[ 
https://issues.apache.org/jira/browse/CAMEL-6430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-6430.
--------------------------------

       Resolution: Invalid
    Fix Version/s: 2.12.0
         Assignee: Claus Ibsen
    
> 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
>            Assignee: Claus Ibsen
>              Labels: smpp
>             Fix For: 2.12.0
>
>
> 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