public interface MessagingListener
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(String clientId,
javax.jms.Message message)
Processes a message.
|
void onMessage(String clientId, javax.jms.Message message)
clientId - - the identifier of the messaging client from
which the message camemessage - - the message to be processedCopyright © 2015 DuraSpace. All Rights Reserved.