Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 91304 invoked from network); 29 Sep 2010 19:21:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Sep 2010 19:21:39 -0000 Received: (qmail 49307 invoked by uid 500); 29 Sep 2010 19:21:39 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 49232 invoked by uid 500); 29 Sep 2010 19:21:39 -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 49224 invoked by uid 99); 29 Sep 2010 19:21:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 19:21:38 +0000 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of johnboyer99@gmail.com designates 209.85.160.43 as permitted sender) Received: from [209.85.160.43] (HELO mail-pw0-f43.google.com) (209.85.160.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 19:21:32 +0000 Received: by pwi9 with SMTP id 9so775039pwi.2 for ; Wed, 29 Sep 2010 12:21:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=x7GiPKPG2Tu9JLDB47QDVyHdqMYkxg6WwLMVCqsSKtU=; b=mVesPvKqgUD5pyYmPR1MzLias55VlZtN7/OffHpyhSGUAWrIlTiXNhTGGUU680uQTT HduE5GqBipTaVpIdoG9c3WCQAXEFVbrj/KTVpCZtizImry3c2aXVQB+WGhapIyFlw6Ah dTSJyvHJFhvA9J739FP16t1e+chBrY7ofOj7I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=I7E7ingYhS/FnsarVhdDB/MeJqzT8e4UZdFG3hNJsATKhih0bb41AzIdSGCnno6Wtv idRAFff9SKxZIgx9ipjX/4NvukcPCeeuRqVXXFFK0MOlIQUxT/wuYmsFTAHg975ZmYBN LMSiC/pK5JE/9tifLlDXhsglbx35Lt5t0gVO8= Received: by 10.142.193.8 with SMTP id q8mr1826251wff.304.1285788070970; Wed, 29 Sep 2010 12:21:10 -0700 (PDT) Received: from [10.0.1.7] (c-98-203-136-65.hsd1.wa.comcast.net [98.203.136.65]) by mx.google.com with ESMTPS id o16sm10585565wfh.7.2010.09.29.12.21.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Sep 2010 12:21:09 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: STOMP client connecting, but receiving connection error from ActiveMQ 5.4.1 From: John Boyer In-Reply-To: Date: Wed, 29 Sep 2010 12:20:53 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <82F71ACF-C6A7-451D-827C-5C59D68E8934@gmail.com> References: <1285695835043-2717621.post@n4.nabble.com> To: users@activemq.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org Thanks Dejan. Our STOMP client code was auto connecting and we were explicitly = connecting as well. Everything works fine now. Regards, John Boyer On Sep 29, 2010, at 1:06 AM, Dejan Bosanac wrote: > This means that you already connected with that connection. Check if > you're connecting multiple times. >=20 >=20 > Cheers > -- > Dejan Bosanac - http://twitter.com/dejanb >=20 > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net >=20 >=20 >=20 > On Tue, Sep 28, 2010 at 7:43 PM, johneboyer = wrote: >>=20 >> My STOMP client is connecting, able to subscribe to a queue, and = receive >> messages. However, after connecting I receive the following error = from the >> server. Does anyone know what may be going wrong here? I'm only = connecting >> to the server once. Thank you for your time! >>=20 >> CONNECT >> passcode:**** >> login:username >>=20 >> org.apache.activemq.transport.stomp.ProtocolException: Allready = connected. >> at >> = org.apache.activemq.transport.stomp.ProtocolConverter.onStompConnect(Proto= colConverter.java:478) >> at >> = org.apache.activemq.transport.stomp.ProtocolConverter.onStompCommand(Proto= colConverter.java:192) >> at >> = org.apache.activemq.transport.stomp.StompTransportFilter.onCommand(StompTr= ansportFilter.java:70) >> at >> = org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.= java:83) >> at >> = org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:219= ) >> at >> = org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:201) >> at java.lang.Thread.run(Thread.java:637) >>=20 >>=20 >> -- >> View this message in context: = http://activemq.2283324.n4.nabble.com/STOMP-client-connecting-but-receivin= g-connection-error-from-ActiveMQ-5-4-1-tp2717621p2717621.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >>=20