Fuse Message Broker provides a common framework for adding SSL/TLS security to its transport protocols. All of the transport protocols discussed here are secured using the JSSE framework and most of their configuration settings are shared.
Table 1 shows the transport protocols that can be secured using SSL/TLS.
Table 1. Secure Transport Protocols
| URL | Description |
|---|---|
ssl:// | Endpoint URL for Openwire over TCP/IP, where the socket layer is secured using SSL or TLS. |
https:// | Endpoint URL for Openwire over HTTP, where the socket layer is secured using SSL or TLS. |
stomp+ssl:// | Endpoint URL for Stomp over TCP/IP, where the socket layer is secured using SSL or TLS. |








