Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-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 615C41176A for ; Tue, 3 Jun 2014 21:18:51 +0000 (UTC) Received: (qmail 51481 invoked by uid 500); 3 Jun 2014 21:18:51 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 51436 invoked by uid 500); 3 Jun 2014 21:18:50 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 51425 invoked by uid 99); 3 Jun 2014 21:18:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 21:18:50 +0000 X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=MISSING_HEADERS,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of larry.meadors@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qa0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 21:18:45 +0000 Received: by mail-qa0-f48.google.com with SMTP id i13so5804521qae.7 for ; Tue, 03 Jun 2014 14:18:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:cc:content-type; bh=ac0aOqXlByuJHMm4rQ4WLw9asJsGirJdFpE4760jVfg=; b=yCMCmgSplT7lqWp3V3xcMLqInFRcFd7BDzVadFVv2m2vTJtRVfjJAZ513SOSqUSZdP mqntuoE/G7tatwcZca84H4Mgey7PhmzTOH1kKuSvvdueFodYe4VSNyPRHDZ8Mp+5ga+P 6bR1kw6DlaAq+dRngmfogxbgPN8N/xoG7DJlsybuHuv6XJ8b/FuYjfdJmqtktEnlmcXQ V1KICclUr2QBka1FKeLUc8UTOnkamBRgMwwh1xQw7u/F5F5DT5dpmuX4hx0C473E3/BQ OqbjVJ+qzGu+SGrmdhZYbNsInw4i5g1W0h4QZvI3cXrKf4jAeYxpcxdjUvojEUDW1mJG 5OrQ== X-Received: by 10.229.125.130 with SMTP id y2mr64162336qcr.22.1401830304851; Tue, 03 Jun 2014 14:18:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.163.233 with HTTP; Tue, 3 Jun 2014 14:18:04 -0700 (PDT) Reply-To: larry.meadors@gmail.com In-Reply-To: References: From: Larry Meadors Date: Tue, 3 Jun 2014 15:18:04 -0600 Message-ID: Subject: Re: "Wire format negotiation timeout: peer did not send his wire format" Cc: "users@activemq.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Just for posterity, this was me being a bonehead - I didn't have a JMS connection pool in my camel config - once I added one things got MUCH happier. Larry On Mon, May 12, 2014 at 11:07 AM, Larry Meadors wrote: > Thanks for your time, Christian! > > Firewall/networking between them: None. :-\ > > They are running on the same (virtual) machine - it's an EC2 host > running ubuntu. > > I am running 3 instances of AMQ on it (it's a dev/test/qa type of > environment) - the AMQ endpoints are configured as localhost:61617, > localhost:61618, and localhost:61619. > > It's so strange - it'll work perfectly for several days, then the > error rate starts climbing. I monitor it with AWS Cloudwatch, and I > see solid performance for some time (I'm not seeing a pattern yet), > then it starts rejecting messages (not all, just some), and then it > kind of snowballs until it's rejecting 50-60% of them and things go > bad from there. :( > > If there's any other info I can provide to help track this down, just > ask - I'm looking to figure this out and understand why it's failing. > > I'm guessing it's something I buggered up in my configuration. :-/ > > If it would help, I can gist one of them on github and share a link to that. > > Larry