OpenJMS provides connectivity via RMI, TCP, HTTP and SSL protocol stacks using connectors.
The following documents detail the supported connectors, and how to use them:
Connector | Description |
---|---|
TCP | Provides connectivity using TCP/IP sockets. |
TCPS | Provides connectivity using secure sockets. |
RMI | Provides connectivity using RMI. |
HTTP | Provides connectivity using HTTP. |
HTTPS | Provides connectivity using HTTP over secure sockets. |
Embedded | Provides connectivity within the same JVM. |