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 A147FC971 for ; Mon, 5 Jan 2015 14:59:33 +0000 (UTC) Received: (qmail 43357 invoked by uid 500); 5 Jan 2015 14:59:34 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 43321 invoked by uid 500); 5 Jan 2015 14:59:34 -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 43312 invoked by uid 99); 5 Jan 2015 14:59:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2015 14:59:34 +0000 Date: Mon, 5 Jan 2015 14:59:34 +0000 (UTC) From: "Daniel Pocock (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-8207) camel-smpp - trying to create multiple receiver binds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Daniel Pocock created CAMEL-8207: ------------------------------------ Summary: camel-smpp - trying to create multiple receiver binds Key: CAMEL-8207 URL: https://issues.apache.org/jira/browse/CAMEL-8207 Project: Camel Issue Type: Bug Components: camel-smpp Affects Versions: 2.14.1 Environment: n/a Reporter: Daniel Pocock I've noticed that the producer is just creating one transmitter bind but the consumer appears to try and create multiple receiver binds. I tried putting threads(1, 1) into the consumer route but it still appears to try and create multiple receiver binds. There are many scenarios where somebody would only want to use a single receiver bind Many providers limit the number of binds and the component creates a lot of noise in the log file when it can't create additional binds because the SMSC rejects the additional connections with negative response code 5. I went looking for information about this and found the following related components about threading issues in jSMPP: https://issues.jboss.org/browse/MR-838 -- This message was sent by Atlassian JIRA (v6.3.4#6332)