PooledConnectionKey create a JMS Connection using the
configuration from the key and the assigned JMS ConnectionFactory instance.JMSContext using the provided credentials and Session modeJmsPoolConnectionFactory.createConnection().Connection which is-a TopicConnection and
QueueConnection which is pooled and on JmsPoolConnection.close() will return
its reference to the ConnectionPool backing it.MessageConsumer which was created by JmsPoolSession.MessageProducerQueueBrowser which was created by JmsPoolSession.QueueReceiver which was created by JmsPoolSession.QueueSender instance that is created and managed by the PooledConnection.TopicPublisher instance that is created and managed by a PooledConnection.TopicSubscriber which was created by JmsPoolSession.Session pool.JmsPoolConnectionFactory.createContext() methods.Copyright © 2017–2018. All rights reserved.