Interface ActiveMQ6EndpointBuilderFactory.ActiveMQ6Builders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
ActiveMQ6EndpointBuilderFactory
public static interface ActiveMQ6EndpointBuilderFactory.ActiveMQ6Builders
-
Method Summary
Modifier and TypeMethodDescriptionActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x.ActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x.ActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x.
-
Method Details
-
activemq6
ActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x. This component extends the Camel JMS component. Category: messaging Since: 4.7 Maven coordinates: org.apache.camel:camel-activemq6- Returns:
- the dsl builder for the headers' name.
-
activemq6
ActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x. This component extends the Camel JMS component. Category: messaging Since: 4.7 Maven coordinates: org.apache.camel:camel-activemq6 Syntax:activemq6: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
-
activemq6
default ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder activemq6(String componentName, String path) ActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x. This component extends the Camel JMS component. Category: messaging Since: 4.7 Maven coordinates: org.apache.camel:camel-activemq6 Syntax:activemq6: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
-