Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
Modifier and Type | Method and Description |
---|---|
MessageAvailableListener |
ActiveMQMessageConsumer.getAvailableListener() |
MessageAvailableListener |
MessageAvailableConsumer.getAvailableListener()
Gets the listener used to notify synchronous consumers that there is a message
available so that the
MessageConsumer.receiveNoWait() can be called. |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQMessageConsumer.setAvailableListener(MessageAvailableListener availableListener)
Sets the listener used to notify synchronous consumers that there is a
message available so that the
MessageConsumer.receiveNoWait() can
be called. |
void |
MessageAvailableConsumer.setAvailableListener(MessageAvailableListener availableListener)
Sets the listener used to notify synchronous consumers that there is a message
available so that the
MessageConsumer.receiveNoWait() can be called. |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.