Interface ActiveMQEndpointBuilderFactory.ActiveMQBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
ActiveMQEndpointBuilderFactory

public static interface ActiveMQEndpointBuilderFactory.ActiveMQBuilders
  • Method Details

    • activemq

      ActiveMQ (camel-activemq) Send messages to (or consume from) Apache ActiveMQ. 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 (camel-activemq) Send messages to (or consume from) Apache ActiveMQ. 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 (camel-activemq) Send messages to (or consume from) Apache ActiveMQ. 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 name
      path - destinationType:destinationName
      Returns:
      the dsl builder