@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface Sjms2EndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder
Advanced builder for endpoint for the Simple JMS2 component.
|
static interface |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder
Advanced builder for endpoint consumers for the Simple JMS2 component.
|
static interface |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilder
Advanced builder for endpoint producers for the Simple JMS2 component.
|
static class |
Sjms2EndpointBuilderFactory.SessionAcknowledgementType
Proxy enum for
org.apache.camel.component.sjms.jms.SessionAcknowledgementType enum. |
static interface |
Sjms2EndpointBuilderFactory.Sjms2Builders |
static interface |
Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder
Builder for endpoint for the Simple JMS2 component.
|
static interface |
Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder
Builder for endpoint consumers for the Simple JMS2 component.
|
static interface |
Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder
Builder for endpoint producers for the Simple JMS2 component.
|
| Modifier and Type | Method and Description |
|---|---|
static Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder |
sjms2(String path)
Simple JMS2 (camel-sjms2)
The sjms2 component (simple jms) allows messages to be sent to (or
consumed from) a JMS Queue or Topic (uses JMS 2.x API).
|
static Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder sjms2(String path)
sjms2: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