Package org.apache.qpid.jms
Interface JmsMessageDispatcher
-
- All Known Implementing Classes:
JmsConnectionConsumer,JmsDurableTopicSubscriber,JmsMessageConsumer,JmsQueueReceiver,JmsQueueSession,JmsSession,JmsSharedDurableMessageConsumer,JmsSharedMessageConsumer,JmsTopicSession,JmsTopicSubscriber
public interface JmsMessageDispatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonInboundMessage(JmsInboundMessageDispatch envelope)Called when a new Message delivery is in progress.
-
-
-
Method Detail
-
onInboundMessage
void onInboundMessage(JmsInboundMessageDispatch envelope)
Called when a new Message delivery is in progress.- Parameters:
envelope- the incoming message dispatch information.
-
-