[ 
https://issues.apache.org/jira/browse/CAMEL-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13675895#comment-13675895
 ] 

Claus Ibsen commented on CAMEL-6430:
------------------------------------

Hi

Please read this page about support and how to get help with Camel
http://camel.apache.org/support

Please do not use JIRA issue tracker for "why does X not work" etc.
For that use the forum and/or mailing lists.
                
> Camel SMPP Exchange not processing Deliver_SM request when multiple request 
> sent for load testing 
> --------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6430
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6430
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-smpp
>    Affects Versions: 2.9.5
>            Reporter: Saurabh Mehan
>              Labels: smpp
>
> 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?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to