Uses of Class
org.apache.activemq.command.ProducerId
-
Packages that use ProducerId Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state -
-
Uses of ProducerId in org.apache.activemq
Methods in org.apache.activemq that return ProducerId Modifier and Type Method Description protected ProducerIdActiveMQSession. getNextProducerId()Methods in org.apache.activemq with parameters of type ProducerId Modifier and Type Method Description voidActiveMQConnection. addProducer(ProducerId producerId, ActiveMQMessageProducer producer)longActiveMQMessageAuditNoSync. getLastSeqId(ProducerId id)voidActiveMQConnection. removeProducer(ProducerId producerId)Constructors in org.apache.activemq with parameters of type ProducerId Constructor Description ActiveMQMessageProducer(ActiveMQSession session, ProducerId producerId, ActiveMQDestination destination, int sendTimeout) -
Uses of ProducerId in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ProducerId Modifier and Type Method Description ProducerIdProducerEvent. getProducerId()Constructors in org.apache.activemq.advisory with parameters of type ProducerId Constructor Description ProducerEvent(ProducerEventSource source, 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 ProducerId Modifier and Type Field Description protected ProducerIdMessage. producerIdprotected ProducerIdMessageId. producerIdprotected ProducerIdProducerAck. producerIdprotected ProducerIdProducerInfo. producerIdMethods in org.apache.activemq.command that return ProducerId Modifier and Type Method Description ProducerIdMessage. getProducerId()ProducerIdMessageId. getProducerId()ProducerIdProducerAck. getProducerId()The producer id that this ack message is destined for.ProducerIdProducerInfo. getProducerId()Methods in org.apache.activemq.command with parameters of type ProducerId Modifier and Type Method Description voidActiveMQMessage. 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 ProducerId Constructor Description ConnectionId(ProducerId id)MessageId(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 ProducerId Modifier and Type Method Description Set<ProducerId>SessionState. getProducerIds()Map<ProducerId,ProducerState>TransactionState. getProducerStates()Methods in org.apache.activemq.state with parameters of type ProducerId Modifier and Type Method Description ProducerStateSessionState. getProducerState(ProducerId producerId)ResponseCommandVisitor. processRemoveProducer(ProducerId id)ResponseCommandVisitorAdapter. processRemoveProducer(ProducerId id)ResponseConnectionStateTracker. processRemoveProducer(ProducerId id)ProducerStateSessionState. removeProducer(ProducerId id)
-