@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SjmsEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder
Advanced builder for endpoint for the Simple JMS component.
|
static interface |
SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Simple JMS component.
|
static interface |
SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilder
Advanced builder for endpoint producers for the Simple JMS component.
|
static class |
SjmsEndpointBuilderFactory.SessionAcknowledgementType
Proxy enum for
org.apache.camel.component.sjms.jms.SessionAcknowledgementType enum. |
static interface |
SjmsEndpointBuilderFactory.SjmsBuilders |
static interface |
SjmsEndpointBuilderFactory.SjmsEndpointBuilder
Builder for endpoint for the Simple JMS component.
|
static interface |
SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder
Builder for endpoint consumers for the Simple JMS component.
|
static interface |
SjmsEndpointBuilderFactory.SjmsEndpointProducerBuilder
Builder for endpoint producers for the Simple JMS component.
|
| Modifier and Type | Method and Description |
|---|---|
static SjmsEndpointBuilderFactory.SjmsEndpointBuilder |
sjms(String path)
Simple JMS (camel-sjms)
The sjms component (simple jms) allows messages to be sent to (or
consumed from) a JMS Queue or Topic (uses JMS 1.x API).
|
static SjmsEndpointBuilderFactory.SjmsEndpointBuilder sjms(String path)
sjms:destinationType:destinationName
Path parameter: destinationType
The kind of destination to use
Default value: queue
The value can be one of: queue, topic
Path parameter: destinationName (required)
DestinationName is a JMS queue or topic name. By default, the
destinationName is interpreted as a queue name.Apache Camel