Interface SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQBuilders

    • Method Detail

      • springRabbitmq

        default SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointBuilder springRabbitmq​(String path)
        Spring RabbitMQ (camel-spring-rabbitmq) Send and receive messages from RabbitMQ using Spring RabbitMQ client. Category: messaging Since: 3.8 Maven coordinates: org.apache.camel:camel-spring-rabbitmq Syntax: spring-rabbitmq:exchangeName Path parameter: exchangeName (required) The exchange name determines the exchange to which the produced messages will be sent to. In the case of consumers, the exchange name determines the exchange the queue will be bound to. Note: to use default exchange then do not use empty name, but use default instead.
        Parameters:
        path - exchangeName
        Returns:
        the dsl builder
      • springRabbitmq

        default SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointBuilder springRabbitmq​(String componentName,
                                                                                                  String path)
        Spring RabbitMQ (camel-spring-rabbitmq) Send and receive messages from RabbitMQ using Spring RabbitMQ client. Category: messaging Since: 3.8 Maven coordinates: org.apache.camel:camel-spring-rabbitmq Syntax: spring-rabbitmq:exchangeName Path parameter: exchangeName (required) The exchange name determines the exchange to which the produced messages will be sent to. In the case of consumers, the exchange name determines the exchange the queue will be bound to. Note: to use default exchange then do not use empty name, but use default instead.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - exchangeName
        Returns:
        the dsl builder