Uses of Class
org.apache.activemq.command.ProducerId
Packages that use ProducerId
Package
Description
The core JMS client API implementation classes.
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
Command objects used via the Command Pattern to communicate among nodes
-
Uses of ProducerId in org.apache.activemq
Methods in org.apache.activemq that return ProducerIdMethods in org.apache.activemq with parameters of type ProducerIdModifier and TypeMethodDescriptionvoidActiveMQConnection.addProducer(ProducerId producerId, ActiveMQMessageProducer producer) longActiveMQMessageAuditNoSync.getLastSeqId(ProducerId id) voidActiveMQConnection.removeProducer(ProducerId producerId) Constructors in org.apache.activemq with parameters of type ProducerIdModifierConstructorDescriptionprotectedActiveMQMessageProducer(ActiveMQSession session, ProducerId producerId, ActiveMQDestination destination, int sendTimeout) -
Uses of ProducerId in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ProducerIdConstructors in org.apache.activemq.advisory with parameters of type ProducerIdModifierConstructorDescriptionProducerEvent(ProducerEventSource source, jakarta.jms.Destination destination, ProducerId producerId, int producerCount) ProducerStoppedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerId consumerId, int count) -
Uses of ProducerId in org.apache.activemq.command
Fields in org.apache.activemq.command declared as ProducerIdModifier and TypeFieldDescriptionprotected ProducerIdMessage.producerIdprotected ProducerIdMessageId.producerIdprotected ProducerIdProducerAck.producerIdprotected ProducerIdProducerInfo.producerIdMethods in org.apache.activemq.command that return ProducerIdModifier and TypeMethodDescriptionMessage.getProducerId()MessageId.getProducerId()ProducerAck.getProducerId()The producer id that this ack message is destined for.ProducerInfo.getProducerId()Methods in org.apache.activemq.command with parameters of type ProducerIdModifier and TypeMethodDescriptionvoidActiveMQMessage.setJMSMessageID(ProducerId producerId, long producerSequenceId) This will create an object of MessageId.voidMessage.setProducerId(ProducerId producerId) voidMessageId.setProducerId(ProducerId producerId) voidProducerAck.setProducerId(ProducerId producerId) voidProducerInfo.setProducerId(ProducerId producerId) Constructors in org.apache.activemq.command with parameters of type ProducerIdModifierConstructorDescriptionMessageId(ProducerId producerId, long producerSequenceId) ProducerAck(ProducerId producerId, int size) ProducerId(ProducerId id) ProducerInfo(ProducerId producerId) SessionId(ProducerId id) -
Uses of ProducerId in org.apache.activemq.state
Methods in org.apache.activemq.state that return types with arguments of type ProducerIdModifier and TypeMethodDescriptionSessionState.getProducerIds()TransactionState.getProducerStates()Methods in org.apache.activemq.state with parameters of type ProducerIdModifier and TypeMethodDescriptionSessionState.getProducerState(ProducerId producerId) CommandVisitor.processRemoveProducer(ProducerId id) CommandVisitorAdapter.processRemoveProducer(ProducerId id) ConnectionStateTracker.processRemoveProducer(ProducerId id) SessionState.removeProducer(ProducerId id)