Uses of Class
org.apache.activemq.util.LongSequenceGenerator
-
Packages that use LongSequenceGenerator Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.transport.mqtt.strategy -
-
Uses of LongSequenceGenerator in org.apache.activemq
Fields in org.apache.activemq declared as LongSequenceGenerator Modifier and Type Field Description protected LongSequenceGeneratorActiveMQSession. consumerIdGeneratorprotected LongSequenceGeneratorActiveMQSession. deliveryIdGeneratorprotected LongSequenceGeneratorActiveMQSession. producerIdGeneratorMethods in org.apache.activemq that return LongSequenceGenerator Modifier and Type Method Description LongSequenceGeneratorActiveMQConnection. getLocalTransactionIdGenerator() -
Uses of LongSequenceGenerator in org.apache.activemq.network
Fields in org.apache.activemq.network declared as LongSequenceGenerator Modifier and Type Field Description protected LongSequenceGeneratorDemandForwardingBridgeSupport. consumerIdGenerator -
Uses of LongSequenceGenerator in org.apache.activemq.store.jdbc
Fields in org.apache.activemq.store.jdbc declared as LongSequenceGenerator Modifier and Type Field Description protected LongSequenceGeneratorJDBCPersistenceAdapter. sequenceGenerator -
Uses of LongSequenceGenerator in org.apache.activemq.transport.mqtt.strategy
Fields in org.apache.activemq.transport.mqtt.strategy declared as LongSequenceGenerator Modifier and Type Field Description protected LongSequenceGeneratorAbstractMQTTSubscriptionStrategy. consumerIdGenerator
-