Package bitronix.tm.resource.jms
Class MessageProducerConsumerKey
java.lang.Object
bitronix.tm.resource.jms.MessageProducerConsumerKey
JMS destination wrapper optimized for use with hashed collections where it is the key and a
MessageProducer or a MessageConsumer is the value.- Author:
- lorban
-
Constructor Summary
ConstructorsConstructorDescriptionMessageProducerConsumerKey(javax.jms.Destination destination) MessageProducerConsumerKey(javax.jms.Destination destination, String messageSelector) MessageProducerConsumerKey(javax.jms.Destination destination, String messageSelector, boolean noLocal) -
Method Summary
-
Constructor Details
-
MessageProducerConsumerKey
public MessageProducerConsumerKey(javax.jms.Destination destination) -
MessageProducerConsumerKey
-
MessageProducerConsumerKey
public MessageProducerConsumerKey(javax.jms.Destination destination, String messageSelector, boolean noLocal)
-
-
Method Details