RoutingConf. messenger parameters

Parameters

messenger…

Parameter Values Default value
message String  
Defines individual additional information depending on language. Restart required. E.g.: message.66.en = Action could not be executed!
messenger.messageProcessor.maxCallbackThreads number of threads 4
Define how many threads the executor uses for duplicate detection for feedback to the app.
messenger.messageProcessor.maxThreads number of threads 4
The maximum number of threads that will process the messages coming into the account. If there are no more free threads, the messages must wait for a free thread.
messenger.messageProcessor.queueCapacity number of messages 1000
The maximum number of messages that can remain in the queue waiting to be processed. If the maximum number of messages is reached, further messages are rejected with a MessengerConnectorEventProcessingFailedException until space is available again. The messenger app must then resubmit these messages.
messenger.messageResender.timeframe number of hours 24
The maximum age of a chat message in hours for which a retry is to be made. Older messages are not resent.