org.apache.qpid.client.message
Class UnprocessedMessage_0_10
java.lang.Object
org.apache.qpid.client.message.UnprocessedMessage
org.apache.qpid.client.message.UnprocessedMessage_0_10
- All Implemented Interfaces:
- AMQSession.Dispatchable
public class UnprocessedMessage_0_10
- extends UnprocessedMessage
This class contains everything needed to process a JMS message. It assembles the deliver body, the content header and
the content body/ies.
Note that the actual work of creating a JMS message for the client code's use is done outside of the MINA dispatcher
thread in order to minimise the amount of work done in the MINA dispatcher thread.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnprocessedMessage_0_10
public UnprocessedMessage_0_10(org.apache.qpid.transport.MessageTransfer xfr)
getDeliveryTag
public long getDeliveryTag()
- Specified by:
getDeliveryTag
in class UnprocessedMessage
getMessageTransfer
public org.apache.qpid.transport.MessageTransfer getMessageTransfer()
Licensed to the Apache Software Foundation