| AmqpHeader |
Wraps around the proton Header object and provides an ability to
determine if the Header can be optimized out of message encodes
|
| AmqpJmsBytesMessageFacade |
A JmsBytesMessageFacade that wraps around Proton AMQP Message instances to provide
access to the underlying bytes contained in the message.
|
| AmqpJmsMapMessageFacade |
Wrapper around an AMQP Message instance that will be treated as a JMS MapMessage
type.
|
| AmqpJmsMessageFacade |
|
| AmqpJmsObjectMessageFacade |
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
|
| AmqpJmsStreamMessageFacade |
Wrapper around an AMQP Message instance that will be treated as a JMS StreamMessage
type.
|
| AmqpJmsTextMessageFacade |
Wrapper around an AMQP Message instance that will be treated as a JMS TextMessage
type.
|
| AmqpObjectTypeDelegate |
Interface for a Delegate object that handles storing and retrieving the Object
value in an Object message.
|