Callback interface that receives JMS messages that are not correlated
to existing
Conversation s.
Those
Message s that have a correlation ID back to to the message
sent from a conversation will be considered as replies and therefore
routed to the appropriate conversation. This handler receives other
messages.
See Also: JMSEndPoint.setNewMessageHandler(MessageHandler) author: Kohsuke Kawaguchi |