Paho

Paho

Scheme: paho
Name Kind Type Required Deprecated Default Value Enum Values Description
topic path java.lang.String true false Name of the topic
clientId parameter java.lang.String false MQTT client identifier.
brokerUrl parameter java.lang.String false tcp://localhost:1883 The URL of the MQTT broker.
qos parameter int false 2 Client quality of service level (0-2).
persistence parameter org.apache.camel.component.paho.PahoPersistence false MEMORY FILE
MEMORY
Client persistence to be used - memory or file.
connectOptions parameter org.eclipse.paho.client.mqttv3.MqttConnectOptions false Client connection options
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

paho consumer