JMS API The Java Message Service is a Java API that allows applications to create, send, receive, and read messages. The JMS API defines a common set of interfaces and associated semantics that [...]
JMS Programming Model ConnectionFactory an administered object that encapsulates a set of connection configuration parameters. A client uses it to create a Connection to a JMS provider. JMS [...]