About __Java Message Service__: [Wikipedia: Jakarta Messaging API Link|https://en.wikipedia.org/wiki/Jakarta_Messaging]\\
\\
!!Supported protocols: 
----
__1. Advanced Message Queuing Protocol__ ([AMQP Link|AMQP]): More info at [Wikipedia: Advanced Message Queuing Protocol Link|https://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol]\\
\\
__2. Streaming Text Oriented Messaging Protocol__ ([STOMP Link|STOMP]): More info at [Wikipedia: Streaming Text Oriented Messaging Protocol|https://en.wikipedia.org/wiki/Streaming_Text_Oriented_Messaging_Protocol]:\\
\\
- __STOMP TCP TLS__: This implementation runs the STOMP protocol directly over a raw, encrypted TCP socket using SSL/TLS.\\
\\
- __STOMP WSS__: This encapsulates STOMP messages inside a secure WebSocket connection (wss://), essentially tunneling the traffic through standard web protocols.\\
\\
----