Package | Description |
---|---|
org.apache.camel.component.jms |
Defines the JMS Component
|
Modifier and Type | Method and Description |
---|---|
JmsMessageType |
JmsConfiguration.getJmsMessageType() |
JmsMessageType |
JmsEndpoint.getJmsMessageType() |
protected JmsMessageType |
JmsBinding.getJMSMessageTypeForBody(org.apache.camel.Exchange exchange,
Object body,
Map<String,Object> headers,
javax.jms.Session session,
org.apache.camel.CamelContext context)
Return the
JmsMessageType |
static JmsMessageType |
JmsMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmsMessageType[] |
JmsMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected javax.jms.Message |
JmsBinding.createJmsMessageForType(org.apache.camel.Exchange exchange,
Object body,
Map<String,Object> headers,
javax.jms.Session session,
org.apache.camel.CamelContext context,
JmsMessageType type)
Create the
Message |
void |
JmsConfiguration.setJmsMessageType(JmsMessageType jmsMessageType)
Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages.
|
void |
JmsEndpoint.setJmsMessageType(JmsMessageType jmsMessageType) |
Apache Camel