Uses of Class
org.apache.qpid.jms.JmsMessageProducer
-
Packages that use JmsMessageProducer Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes. -
-
Uses of JmsMessageProducer in org.apache.qpid.jms
Subclasses of JmsMessageProducer in org.apache.qpid.jms Modifier and Type Class Description classJmsQueueSenderImplementation of a Queue SenderclassJmsTopicPublisherImplementation of a TopicPublisherMethods in org.apache.qpid.jms that return JmsMessageProducer Modifier and Type Method Description protected JmsMessageProducerJmsSession. lookup(JmsProducerId producerId)Methods in org.apache.qpid.jms with parameters of type JmsMessageProducer Modifier and Type Method Description protected voidJmsSession. add(JmsMessageProducer producer)protected voidJmsSession. remove(JmsMessageProducer producer)protected voidJmsSession. send(JmsMessageProducer producer, jakarta.jms.Destination dest, jakarta.jms.Message msg, int deliveryMode, int priority, long timeToLive, boolean disableMsgId, boolean disableTimestamp, long deliveryDelay, jakarta.jms.CompletionListener listener)Constructors in org.apache.qpid.jms with parameters of type JmsMessageProducer Constructor Description JmsProducer(JmsSession session, JmsMessageProducer producer)Create a new JMSProducer instance.
-