Uses of Class
org.apache.qpid.jms.meta.JmsProducerId
Packages that use JmsProducerId
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of JmsProducerId in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return JmsProducerIdModifier and TypeMethodDescriptionprotected JmsProducerIdJmsSession.getNextProducerId()protected JmsProducerIdJmsMessageProducer.getProducerId()Methods in org.apache.qpid.jms with parameters of type JmsProducerIdModifier and TypeMethodDescriptionprotected JmsMessageProducerJmsSession.lookup(JmsProducerId producerId) Constructors in org.apache.qpid.jms with parameters of type JmsProducerIdModifierConstructorDescriptionprotectedJmsMessageProducer(JmsProducerId producerId, JmsSession session, JmsDestination destination) protectedJmsQueueSender(JmsProducerId id, JmsSession session, JmsDestination destination) protectedJmsTopicPublisher(JmsProducerId id, JmsSession session, JmsDestination destination) -
Uses of JmsProducerId in org.apache.qpid.jms.message
Methods in org.apache.qpid.jms.message that return JmsProducerIdMethods in org.apache.qpid.jms.message with parameters of type JmsProducerIdModifier and TypeMethodDescriptionvoidJmsOutboundMessageDispatch.setProducerId(JmsProducerId producerId) -
Uses of JmsProducerId in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsProducerIdMethods in org.apache.qpid.jms.meta with parameters of type JmsProducerIdConstructors in org.apache.qpid.jms.meta with parameters of type JmsProducerIdModifierConstructorDescriptionJmsProducerInfo(JmsProducerId producerId) JmsProducerInfo(JmsProducerId producerId, JmsMessageIDBuilder messageIDBuilder) -
Uses of JmsProducerId in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return JmsProducerIdMethods in org.apache.qpid.jms.provider.amqp with parameters of type JmsProducerIdModifier and TypeMethodDescriptionbooleanAmqpTransactionContext.isInTransaction(JmsProducerId producerId)