Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC16B100CC for ; Wed, 5 Jun 2013 12:21:24 +0000 (UTC) Received: (qmail 47033 invoked by uid 500); 5 Jun 2013 12:21:24 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 46748 invoked by uid 500); 5 Jun 2013 12:21:21 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 46711 invoked by uid 99); 5 Jun 2013 12:21:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 12:21:20 +0000 Date: Wed, 5 Jun 2013 12:21:20 +0000 (UTC) From: "Saurabh Mehan (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-6430) Camel SMPP Exchange not processing Deliver_SM request when more than multiple request sent for load testing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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