You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Saurabh Mehan (JIRA)" <ji...@apache.org> on 2013/06/05 14:21:20 UTC

[jira] [Created] (CAMEL-6430) Camel SMPP Exchange not processing Deliver_SM request when more than multiple request sent for load testing

Saurabh Mehan created CAMEL-6430:
------------------------------------

             Summary: Camel SMPP Exchange not processing Deliver_SM request when more than 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


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