Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F3FD10454 for ; Wed, 3 Dec 2014 12:36:31 +0000 (UTC) Received: (qmail 12232 invoked by uid 500); 3 Dec 2014 12:36:31 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 12184 invoked by uid 500); 3 Dec 2014 12:36:31 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 12173 invoked by uid 99); 3 Dec 2014 12:36:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 12:36:30 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of barisergun75@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 12:36:04 +0000 Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id 5D07CC6FFBA for ; Wed, 3 Dec 2014 04:35:34 -0800 (PST) Date: Wed, 3 Dec 2014 05:35:33 -0700 (MST) From: bergun To: users@camel.apache.org Message-ID: <1417610133422-5760054.post@n5.nabble.com> Subject: Camel-smpp sharing single Smpp Connection for Consumer and Producer in single domain(or namespace) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org We are using Camel-SMPP 2.13.0 component I have realised that I have no option to set a namespace in order to shared the same Smpp Connection. For instance I have tried a camel-smpp consumer and a camel-smpp producer provided with same URI definition which is=20 smpp://accountid@10.34.37.109:17000?password=3Dcollect&enquireLinkTimer=3D5= 000&transactionTimer=3D5000&destAddrNpi=3D0&destAddrTon=3D0&sourceAddrNpi= =3D0&sourceAddrTon=3D0&initialReconnectDelay=3D5000&systemType=3Dcp exactly the same string on both ends=C4=B0 and I end up with two Smpp conne= ctions dedicated to consumer and producer separately. How can I have a single SMPP connection in this situation? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-smpp-= sharing-single-Smpp-Connection-for-Consumer-and-Producer-in-single-domain-o= r-namespace-tp5760054.html Sent from the Camel - Users mailing list archive at Nabble.com.