-
Must override equals and hashCode (JCA spec 16.4)
Abstract base class providing support for creating physical connections to an
ActiveMQ instance.
ActiveMQManagedConnection maps to real physical connection to the server.
Represents an object which has-a Session instance and
an optional, lazily created MessageProducer instance
which can them be used by a pooling based JMS provider for publishing
messages using the session used by the current thread.
Acts as a pass through proxy for a JMS Connection object.
Acts as a pass through proxy for a JMS Session object.
Knows how to connect to one ActiveMQ server.