Uses of Class
net.timewalker.ffmq4.local.session.LocalMessageConsumer
-
Packages that use LocalMessageConsumer Package Description net.timewalker.ffmq4.local.destination net.timewalker.ffmq4.local.destination.subscription net.timewalker.ffmq4.local.session -
-
Uses of LocalMessageConsumer in net.timewalker.ffmq4.local.destination
Fields in net.timewalker.ffmq4.local.destination with type parameters of type LocalMessageConsumer Modifier and Type Field Description protected List<LocalMessageConsumer>AbstractLocalDestination. localConsumersMethods in net.timewalker.ffmq4.local.destination that return LocalMessageConsumer Modifier and Type Method Description protected LocalMessageConsumerAbstractLocalDestination. lookupConsumer(String consumerID)Methods in net.timewalker.ffmq4.local.destination with parameters of type LocalMessageConsumer Modifier and Type Method Description voidAbstractLocalDestination. registerConsumer(LocalMessageConsumer consumer)Register a message consumer on this queuevoidLocalTopic. registerConsumer(LocalMessageConsumer consumer)voidAbstractLocalDestination. unregisterConsumer(LocalMessageConsumer consumer)Unregister a message listenervoidLocalTopic. unregisterConsumer(LocalMessageConsumer consumer) -
Uses of LocalMessageConsumer in net.timewalker.ffmq4.local.destination.subscription
Constructors in net.timewalker.ffmq4.local.destination.subscription with parameters of type LocalMessageConsumer Constructor Description LocalTopicSubscription(LocalMessageConsumer consumer)Constructor -
Uses of LocalMessageConsumer in net.timewalker.ffmq4.local.session
Subclasses of LocalMessageConsumer in net.timewalker.ffmq4.local.session Modifier and Type Class Description classLocalDurableTopicSubscriberImplementation of a local durable JMSTopicSubscriberclassLocalQueueReceiverQueue specific implementation of a localMessageConsumerclassLocalTopicSubscriberImplementation of a local JMSTopicSubscriber
-