Interface Sjms2EndpointBuilderFactory.Sjms2Builders

    • Method Detail

      • sjms2

        default Sjms2EndpointBuilderFactory.Sjms2HeaderNameBuilder sjms2()
        Simple JMS2 (camel-sjms2) Send and receive messages to/from a JMS Queue or Topic using plain JMS 2.x API. Category: messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-sjms2
        Returns:
        the dsl builder for the headers' name.
      • sjms2

        default Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder sjms2​(String path)
        Simple JMS2 (camel-sjms2) Send and receive messages to/from a JMS Queue or Topic using plain JMS 2.x API. Category: messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-sjms2 Syntax: sjms2:destinationType:destinationName Path parameter: destinationType The kind of destination to use Default value: queue There are 2 enums and the value can be one of: queue, topic Path parameter: destinationName (required) DestinationName is a JMS queue or topic name. By default, the destinationName is interpreted as a queue name.
        Parameters:
        path - destinationType:destinationName
        Returns:
        the dsl builder
      • sjms2

        default Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder sjms2​(String componentName,
                                                                       String path)
        Simple JMS2 (camel-sjms2) Send and receive messages to/from a JMS Queue or Topic using plain JMS 2.x API. Category: messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-sjms2 Syntax: sjms2:destinationType:destinationName Path parameter: destinationType The kind of destination to use Default value: queue There are 2 enums and the value can be one of: queue, topic Path parameter: destinationName (required) DestinationName is a JMS queue or topic name. By default, the destinationName is interpreted as a queue name.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - destinationType:destinationName
        Returns:
        the dsl builder