| Package | Description |
|---|---|
| org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
| org.apache.qpid.jms.message | |
| org.apache.qpid.jms.provider.amqp.message | |
| org.apache.qpid.jms.provider.exceptions |
| Constructor and Description |
|---|
JmsSendTimedOutException(String reason,
JmsMessage unsentMessage) |
JmsSendTimedOutException(String reason,
String errorCode,
JmsMessage unsentMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsBytesMessage |
class |
JmsMapMessage
Implementation of the JMS MapMessage.
|
class |
JmsObjectMessage |
class |
JmsStreamMessage
JMS Stream message implementation.
|
class |
JmsTextMessage |
| Modifier and Type | Method and Description |
|---|---|
JmsMessage |
JmsMessage.copy() |
JmsMessage |
JmsMessageFactory.createMessage()
Creates an instance of a basic JmsMessage object.
|
JmsMessage |
JmsInboundMessageDispatch.getMessage() |
JmsMessage |
JmsOutboundMessageDispatch.getMessage() |
static JmsMessage |
JmsMessageTransformation.transformMessage(JmsConnection connection,
javax.jms.Message message)
Creates a new JmsMessage object and populates it using the details of
the given Message.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JmsMessagePropertyIntercepter.clearProperties(JmsMessage message,
boolean excludeStandardJMSHeaders)
For each of the currently configured message property intercepter instances clear or
reset the value to its default.
|
protected void |
JmsMessage.copy(JmsMessage other) |
static void |
JmsMessageTransformation.copyProperties(JmsConnection connection,
javax.jms.Message source,
JmsMessage target)
Copies the standard JMS and user defined properties from the given source
message to the specified target message.
|
static Set<String> |
JmsMessagePropertyIntercepter.getAllPropertyNames(JmsMessage message)
For each of the currently configured message property intercepter instance a
string key value is inserted into an Set and returned.
|
static Object |
JmsMessagePropertyIntercepter.getProperty(JmsMessage message,
String name)
Static get method that takes a property name and gets the value either via
a registered property get object or through the JmsMessageFacade getProperty
method.
|
static Set<String> |
JmsMessagePropertyIntercepter.getPropertyNames(JmsMessage message,
boolean excludeStandardJMSHeaders)
For each of the currently configured message property intercepter instance a
string key value is inserted into an Set and returned if the property has a
value and is available for a read operation.
|
static boolean |
JmsMessagePropertyIntercepter.propertyExists(JmsMessage message,
String name)
Static inspection method to determine if a named property exists for a given message.
|
void |
JmsInboundMessageDispatch.setMessage(JmsMessage message) |
void |
JmsOutboundMessageDispatch.setMessage(JmsMessage message) |
static void |
JmsMessagePropertyIntercepter.setProperty(JmsMessage message,
String name,
Object value)
Static set method that takes a property name and sets the value either via
a registered property set object or through the JmsMessageFacade setProperty
method.
|
| Modifier and Type | Method and Description |
|---|---|
JmsMessage |
AmqpJmsMessageFacade.asJmsMessage() |
JmsMessage |
AmqpJmsMessageFactory.createMessage() |
| Modifier and Type | Method and Description |
|---|---|
JmsMessage |
ProviderSendTimedOutException.getUnsentMessage() |
| Constructor and Description |
|---|
ProviderSendTimedOutException(String reason,
JmsMessage unsentMessage) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.