Package | Description |
---|---|
org.apache.camel.component.jms |
Defines the JMS Component
|
Modifier and Type | Method and Description |
---|---|
JmsComponent |
JmsEndpoint.getComponent() |
static JmsComponent |
JmsComponent.jmsComponent()
Static builder method
|
static JmsComponent |
JmsComponent.jmsComponent(javax.jms.ConnectionFactory connectionFactory)
Static builder method
|
static JmsComponent |
JmsComponent.jmsComponent(JmsConfiguration configuration)
Static builder method
|
static JmsComponent |
JmsComponent.jmsComponentAutoAcknowledge(javax.jms.ConnectionFactory connectionFactory)
Static builder method
|
static JmsComponent |
JmsComponent.jmsComponentClientAcknowledge(javax.jms.ConnectionFactory connectionFactory)
Static builder method
|
static JmsComponent |
JmsComponent.jmsComponentTransacted(javax.jms.ConnectionFactory connectionFactory) |
static JmsComponent |
JmsComponent.jmsComponentTransacted(javax.jms.ConnectionFactory connectionFactory,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
Modifier and Type | Method and Description |
---|---|
static JmsEndpoint |
JmsEndpoint.newInstance(javax.jms.Destination destination,
JmsComponent component)
Returns a new JMS endpoint for the given JMS destination using the configuration from the given JMS component
|
Constructor and Description |
---|
JmsEndpoint(String uri,
JmsComponent component,
String destinationName,
boolean pubSubDomain,
JmsConfiguration configuration) |
JmsQueueEndpoint(String uri,
JmsComponent component,
String destination,
JmsConfiguration configuration) |
JmsQueueEndpoint(String uri,
JmsComponent component,
String destination,
JmsConfiguration configuration,
QueueBrowseStrategy queueBrowseStrategy) |
JmsTemporaryQueueEndpoint(String uri,
JmsComponent component,
String destination,
JmsConfiguration configuration) |
JmsTemporaryQueueEndpoint(String uri,
JmsComponent component,
String destination,
JmsConfiguration configuration,
QueueBrowseStrategy queueBrowseStrategy) |
JmsTemporaryTopicEndpoint(String uri,
JmsComponent component,
String destination,
JmsConfiguration configuration) |
Apache Camel