Class ActiveMQContext

  • All Implemented Interfaces:
    AutoCloseable, JMSContext

    public class ActiveMQContext
    extends Object
    implements JMSContext
    In terms of the JMS 1.1 API a JMSContext should be thought of as representing both a Connection and a Session. Although the simplified API removes the need for applications to use those objects, the concepts of connection and session remain important. A connection represents a physical link to the JMS server and a session represents a single-threaded context for sending and receiving messages.
    See Also:
    JMSContext