Interface RabbitMQEndpointBuilderFactory.RabbitMQBuilders

    • Method Detail

      • rabbitmq

        default RabbitMQEndpointBuilderFactory.RabbitMQEndpointBuilder rabbitmq​(String path)
        RabbitMQ (camel-rabbitmq) Send and receive messages from RabbitMQ instances. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-rabbitmq Syntax: 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.
        Parameters:
        path - exchangeName
      • rabbitmq

        default RabbitMQEndpointBuilderFactory.RabbitMQEndpointBuilder rabbitmq​(String componentName,
                                                                                String path)
        RabbitMQ (camel-rabbitmq) Send and receive messages from RabbitMQ instances. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-rabbitmq Syntax: 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.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - exchangeName