public interface MessageAvailableListener
MessageConsumer.receiveNoWait()
to get the new message immediately.
Note that this notification just indicates a message is available for synchronous consumption,
it does not actually consume the message.Modifier and Type | Method and Description |
---|---|
void |
onMessageAvailable(javax.jms.MessageConsumer consumer) |
void onMessageAvailable(javax.jms.MessageConsumer consumer)
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.