public static interface ActiveMQEndpointBuilderFactory.ActiveMQBuilders
| Modifier and Type | Method and Description |
|---|---|
default ActiveMQEndpointBuilderFactory.ActiveMQEndpointBuilder |
activemq(String path)
ActiveMQ (camel-activemq)
The activemq component allows messages to be sent to (or consumed
from) Apache ActiveMQ.
|
default ActiveMQEndpointBuilderFactory.ActiveMQEndpointBuilder activemq(String path)
activemq:destinationType:destinationName
Path parameter: destinationType
The kind of destination to use
Default value: queue
The value can be one of: queue, topic, temp-queue, temp-topic
Path parameter: destinationName (required)
Name of the queue or topic to use as destinationApache Camel