Message listeners in XMS .NET
A message listener is used to receive message asynchronously. Unlike the MessageConsumer.receive() call, message listener does not block the calling thread, instead it delivers messages to an application specified callback method, typically the onMessage method.
A message listener is used to receive message asynchronously. Unlike the MessageConsumer.receive() call, message listener does not block the calling thread, instead it delivers messages to an application specified callback method, typically the onMessage method.