J2EE Connector architecture
This is the interface an application uses to get connections. It is actually proxied to the real implementation by the ConnectionManager, allowing a pool to be introduced. See ConfigJCACommon for configuration info.
JMS
A factory used to create JMS connections. The object can be either looked up in jndi or accessed from a serialized
object. It is the factory that controls how the client connects to the server, i.e. protocol, address, QOS, etc2.
Comments