public static interface RabbitMQEndpointBuilderFactory.RabbitMQBuilders
| Modifier and Type | Method and Description |
|---|---|
default RabbitMQEndpointBuilderFactory.RabbitMQEndpointBuilder |
rabbitmq(String path)
RabbitMQ (camel-rabbitmq)
The rabbitmq component allows you produce and consume messages from
RabbitMQ instances.
|
default RabbitMQEndpointBuilderFactory.RabbitMQEndpointBuilder rabbitmq(String path)
rabbitmq:exchangeName
Path parameter: exchangeName (required)
The exchange name determines which exchange produced messages will
sent to. In the case of consumers, the exchange name determines which
exchange the queue will bind to.Apache Camel