Class MessageProducerConsumerKey

java.lang.Object
bitronix.tm.resource.messaging.MessageProducerConsumerKey

public class MessageProducerConsumerKey extends Object
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 Details

    • MessageProducerConsumerKey

      public MessageProducerConsumerKey(jakarta.jms.Destination destination)
    • MessageProducerConsumerKey

      public MessageProducerConsumerKey(jakarta.jms.Destination destination, String messageSelector)
    • MessageProducerConsumerKey

      public MessageProducerConsumerKey(jakarta.jms.Destination destination, String messageSelector, boolean noLocal)
  • Method Details