Interface SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
SpringRabbitMQEndpointBuilderFactory
public static interface SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQBuilders
-
Method Summary
Modifier and TypeMethodDescriptionSpring RabbitMQ (camel-spring-rabbitmq) Send and receive messages from RabbitMQ using the Spring RabbitMQ client.springRabbitmq
(String path) Spring RabbitMQ (camel-spring-rabbitmq) Send and receive messages from RabbitMQ using the Spring RabbitMQ client.springRabbitmq
(String componentName, String path) Spring RabbitMQ (camel-spring-rabbitmq) Send and receive messages from RabbitMQ using the Spring RabbitMQ client.
-
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
default SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointBuilder springRabbitmq(String path) 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
default SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointBuilder springRabbitmq(String componentName, String path) 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 namepath
- exchangeName- Returns:
- the dsl builder
-