Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
2.9.5
-
Unknown
Description
When many Deliver_SM is passed to smpp endpoint configured in a route in camel. Some of them are not processed by exchange they are just discarded.
The code is as follows:
from(smppEndpoint)
.process(new SmsMessageProcessor(channelMessagesBean))
.otherwise().end();
50 Deliver_SM request passed but 6 were rejected.
May be there is need to increase the threads. If yes what is the procedure to do this?