CometD

CometD

Scheme: cometd

Endpoint for Camel Cometd.

Name Kind Type Required Deprecated Default Value Enum Values Description
protocol path java.lang.String true false
host path java.lang.String true false
port path int true false
channelName path java.lang.String true false
baseResource parameter java.lang.String false
timeout parameter int false 240000
interval parameter int false
maxInterval parameter int false 30000
multiFrameInterval parameter int false 1500
jsonCommented parameter boolean false true
sessionHeadersEnabled parameter boolean false
logLevel parameter int false 1
crossOriginFilterOn parameter boolean false
allowedOrigins parameter java.lang.String false
filterPath parameter java.lang.String false
disconnectLocalSession parameter boolean false true
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).

cometd consumer

A Consumer for receiving messages using Cometd and Bayeux protocol.