Broker

Broker

Description: The Broker Camel component allows to use Camel routing to move messages through the broker.
Scheme: broker
Syntax: broker:destination
Maven: org.apache.activemq/activemq-camel/5.13.0
Name Kind Group Required Default Type Enum Description
destination path common true java.lang.String The name of the JMS destination
brokerName parameter common java.lang.String Name of the broker
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

broker consumer