Interface ActiveMQEndpointBuilderFactory.ActiveMQBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
ActiveMQEndpointBuilderFactory
public static interface ActiveMQEndpointBuilderFactory.ActiveMQBuilders
-
Method Summary
Modifier and TypeMethodDescriptionactivemq()
ActiveMQ 5.x (camel-activemq) Send messages to (or consume from) Apache ActiveMQ 5.x.ActiveMQ 5.x (camel-activemq) Send messages to (or consume from) Apache ActiveMQ 5.x.ActiveMQ 5.x (camel-activemq) Send messages to (or consume from) Apache ActiveMQ 5.x.
-
Method Details
-
activemq
ActiveMQ 5.x (camel-activemq) Send messages to (or consume from) Apache ActiveMQ 5.x. This component extends the Camel JMS component. Category: messaging Since: 1.0 Maven coordinates: org.apache.camel:camel-activemq- Returns:
- the dsl builder for the headers' name.
-
activemq
ActiveMQ 5.x (camel-activemq) Send messages to (or consume from) Apache ActiveMQ 5.x. This component extends the Camel JMS component. Category: messaging Since: 1.0 Maven coordinates: org.apache.camel:camel-activemq Syntax:activemq:destinationType:destinationName
Path parameter: destinationType The kind of destination to use Default value: queue There are 4 enums and 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 destination- Parameters:
path
- destinationType:destinationName- Returns:
- the dsl builder
-
activemq
default ActiveMQEndpointBuilderFactory.ActiveMQEndpointBuilder activemq(String componentName, String path) ActiveMQ 5.x (camel-activemq) Send messages to (or consume from) Apache ActiveMQ 5.x. This component extends the Camel JMS component. Category: messaging Since: 1.0 Maven coordinates: org.apache.camel:camel-activemq Syntax:activemq:destinationType:destinationName
Path parameter: destinationType The kind of destination to use Default value: queue There are 4 enums and 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 destination- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- destinationType:destinationName- Returns:
- the dsl builder
-