Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9104610F25 for ; Wed, 19 Jun 2013 20:02:15 +0000 (UTC) Received: (qmail 21201 invoked by uid 500); 19 Jun 2013 20:02:15 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 21143 invoked by uid 500); 19 Jun 2013 20:02:14 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 21135 invoked by uid 99); 19 Jun 2013 20:02:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 20:02:14 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.mueller@gmail.com designates 209.85.214.178 as permitted sender) Received: from [209.85.214.178] (HELO mail-ob0-f178.google.com) (209.85.214.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 20:02:10 +0000 Received: by mail-ob0-f178.google.com with SMTP id fb19so6397732obc.37 for ; Wed, 19 Jun 2013 13:01:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=lLmIack5PGu6Os2KZByYYWjNpLFpEa05M89tyHJGcbU=; b=vft/1gXZN1AZxB5RvK9GH69h9s54UczFXCtnd3f/xRWOfFwdf5ZLh6iBBVb0VcIEpc mOo85IhO2Dqv8YO10mKGCYv1rXcM/pH3FfHT07RPT88yeo+pbnHfbwnr/hC8nVWFMbPf hz64HKDI8zt8710gH7PHd/gyZocIx0yqe2D61dwkgYrageKuhqqiHR1sqGmwjgtw0I4S /QsT/Brob6i1uxRcKLdkTb4+GbQpZIB7oyeCjuhwkdPLZDqk2yFL7DwX1kBE9+Rkf5OP +Uz2m5QBiVkfOtHA3hIhFh/C5pngCNaydsyqx3FSLPjTw/F+IIXjff1QT9303M2qK66c CzlA== MIME-Version: 1.0 X-Received: by 10.60.84.102 with SMTP id x6mr3073269oey.73.1371672110119; Wed, 19 Jun 2013 13:01:50 -0700 (PDT) Received: by 10.182.110.100 with HTTP; Wed, 19 Jun 2013 13:01:50 -0700 (PDT) In-Reply-To: <1371399933850-5734246.post@n5.nabble.com> References: <1370627476769-5734019.post@n5.nabble.com> <1370684011157-5734036.post@n5.nabble.com> <1371370848783-5734242.post@n5.nabble.com> <1371399933850-5734246.post@n5.nabble.com> Date: Wed, 19 Jun 2013 22:01:50 +0200 Message-ID: Subject: Re: Camel SMPP component question From: =?ISO-8859-1?Q?Christian_M=FCller?= To: "dev@camel.apache.org" Content-Type: multipart/alternative; boundary=089e0111d9cadf435a04df874cb1 X-Virus-Checked: Checked by ClamAV on apache.org --089e0111d9cadf435a04df874cb1 Content-Type: text/plain; charset=ISO-8859-1 In this case camel is not discarding the messages. May the JSMPP library we use in this component, but I doubt. Can you provide a complete unit test set up to show the issue? Because I cannot reproduce it, neither with the SMPPSim nor with an unit test, I don't know what else I can do here. Best, Christian ----------------- Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Sun, Jun 16, 2013 at 6:25 PM, saurabhmehan wrote: > Hi Christian Mueller, > > In my camel logs I don't see any message processing. May be camel is > discarding the messages. I am sending 20 request simultaneously with delay > of 500ms for 15 mins(900 secs). May be camel has limit to process the > Deliver_sm packets in one go. Is there any configuration of threads that > processes requests in camel. As exchange is unable to process all the > messages. > > ChannelMessageBean is nothing but loading the properties from configuration > file. > > Thanks & Regards > Saurabh Mehan > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-SMPP-component-question-tp5734019p5734246.html > Sent from the Camel Development mailing list archive at Nabble.com. > --089e0111d9cadf435a04df874cb1--