Interface StompEndpointBuilderFactory.StompBuilders

    • Method Detail

      • stomp

        default StompEndpointBuilderFactory.StompEndpointBuilder stomp​(String path)
        Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-stomp Syntax: stomp:destination Path parameter: destination (required) Name of the queue
        Parameters:
        path - destination
        Returns:
        the dsl builder
      • stomp

        default StompEndpointBuilderFactory.StompEndpointBuilder stomp​(String componentName,
                                                                       String path)
        Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-stomp Syntax: stomp:destination Path parameter: destination (required) Name of the queue
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - destination
        Returns:
        the dsl builder