Interface | Description |
---|---|
JmsMessageFactory |
Interface that a Provider should implement to provide a Provider
Specific JmsMessage implementation that optimizes the exchange of
message properties and payload between the JMS Message API and the
underlying Provider Message implementations.
|
JmsMessageIDBuilder |
Interface for creating a custom Message ID builder to populate the
Message ID field of the outgoing message.
|
JmsUnresolvedDestinationTransformer |
Defines an interface for a handler object that will be called when the
transformation of a JMS Destination object fails to determine the proper
destination type to create.
|
Class | Description |
---|---|
JmsBytesMessage | |
JmsDefaultUnresolvedDestinationTransformer |
Default Destination resolver that will try and find a way to convert an unknown foreign
JMS Destination object by looking for method in the object to identify the true type.
|
JmsInboundMessageDispatch |
Envelope used to deliver incoming messages to their targeted consumer.
|
JmsMapMessage |
Implementation of the JMS MapMessage.
|
JmsMessage | |
JmsMessagePropertyIntercepter |
Utility class used to intercept calls to Message property gets and sets and map the
correct fields in the underlying JmsMessageFacade to the property name being operated on.
|
JmsMessageSupport |
Set of common utilities and definitions useful for JMS Message handling.
|
JmsMessageTransformation |
A helper class for converting normal JMS interfaces into the QpidJMS specific
versions.
|
JmsObjectMessage | |
JmsOutboundMessageDispatch |
Envelope that wraps the objects involved in a Message send operation.
|
JmsStreamMessage |
JMS Stream message implementation.
|
JmsTextMessage |
Enum | Description |
---|---|
JmsMessageIDBuilder.BUILTIN |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.