Interface JmsEndpointBuilderFactory.JmsBuilders

    • Method Detail

      • jms

        default JmsEndpointBuilderFactory.JmsEndpointBuilder jms​(String path)
        JMS (camel-jms) Sent and receive messages to/from a JMS Queue or Topic. Category: messaging Since: 1.0 Maven coordinates: org.apache.camel:camel-jms Syntax: jms: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
      • jms

        default JmsEndpointBuilderFactory.JmsEndpointBuilder jms​(String componentName,
                                                                 String path)
        JMS (camel-jms) Sent and receive messages to/from a JMS Queue or Topic. Category: messaging Since: 1.0 Maven coordinates: org.apache.camel:camel-jms Syntax: jms: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