org.smallmind.quorum.transport.message
Class ReceptionListener
java.lang.Object
org.smallmind.quorum.transport.message.ReceptionListener
- All Implemented Interfaces:
- javax.jms.MessageListener
public class ReceptionListener
- extends Object
- implements javax.jms.MessageListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceptionListener
public ReceptionListener(javax.jms.QueueConnection requestConnection,
javax.jms.Queue requestQueue,
AcknowledgeMode acknowledgeMode,
SynchronousQueue<javax.jms.Message> messageRendezvous)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
close
public void close()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
onMessage
public void onMessage(javax.jms.Message message)
- Specified by:
onMessage in interface javax.jms.MessageListener
Copyright © 2012. All Rights Reserved.