Interface SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
SpringRabbitMQEndpointBuilderFactory

public static interface SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQBuilders
  • Method Details

    • springRabbitmq

      Spring RabbitMQ (camel-spring-rabbitmq) Send and receive messages from RabbitMQ using the Spring RabbitMQ client. Category: messaging Since: 3.8 Maven coordinates: org.apache.camel:camel-spring-rabbitmq
      Returns:
      the dsl builder for the headers' name.
    • springRabbitmq

      Spring RabbitMQ (camel-spring-rabbitmq) Send and receive messages from RabbitMQ using the 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

      Spring RabbitMQ (camel-spring-rabbitmq) Send and receive messages from RabbitMQ using the 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