- All Implemented Interfaces:
- AMQSession.Dispatchable
- Direct Known Subclasses:
- CloseConsumerMessage, UnprocessedMessage_0_10, UnprocessedMessage_0_8
public abstract class UnprocessedMessage
extends Object
implements AMQSession.Dispatchable
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.