CM SMS Gateway

CM SMS Gateway

Scheme: cm-sms
Syntax: cm-sms:host
Description: The influxdb component allows to integrate with CM SMS Gateway.
Deprecated:false
ProducerOnly:true
Async:false
Maven: org.apache.camel/camel-cm-sms/2.18.1.redhat-000015

The influxdb component allows to integrate with CM SMS Gateway.

Name Kind Group Required Default Type Enum Description
host path producer true java.lang.String SMS Provider HOST with scheme
bridgeErrorHandler parameter consumer boolean Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exceptionHandler parameter consumer (advanced) org.apache.camel.spi.ExceptionHandler To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exchangePattern parameter consumer (advanced) org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the exchange pattern when the consumer creates an exchange.
defaultFrom parameter producer java.lang.String This is the sender name. The maximum length is 11 characters.
defaultMaxNumberOfParts parameter producer 8 int If it is a multipart message forces the max number. Message can be truncated. Technically the gateway will first check if a message is larger than 160 characters, if so, the message will be cut into multiple 153 characters parts limited by these parameters.
productToken parameter producer true java.lang.String The unique token to use
testConnectionOnStartup parameter producer boolean Whether to test the connection to the SMS Gateway on startup
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).