Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.9.0
-
None
Description
The current JMS Pool creates a single anonymous producer instance for all requests to create a Producer. In some cases a user might want to have a separate producer instance created for each requestor.
We will add a new option on the PooledConnectionFactory to have all PooledSessions create separate MessageProducers, TopicPublishers and QueueSenders for each create call.
Attachments
Issue Links
- breaks
-
AMQ-4991 JmsSendReceiveTwoConnectionsWithSenderUsingPoolTest.testSendReceive fails with NPE in PooledProducer
- Resolved