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 |
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 |
JmsOutboundMessageDispatch.getMessage() |
JmsMessage |
JmsInboundMessageDispatch.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 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 |
JmsOutboundMessageDispatch.setMessage(JmsMessage message) |
void |
JmsInboundMessageDispatch.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 |
---|---|
static JmsMessage |
AmqpJmsMessageBuilder.createJmsMessage(AmqpConsumer consumer,
org.apache.qpid.proton.message.Message message)
Create a new JmsMessage and underlying JmsMessageFacade that represents the proper
message type for the incoming AMQP message.
|
JmsMessage |
AmqpJmsMessageFactory.createMessage() |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.