Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 40110 invoked from network); 29 Sep 2010 08:07:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Sep 2010 08:07:24 -0000 Received: (qmail 18581 invoked by uid 500); 29 Sep 2010 08:07:24 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 18284 invoked by uid 500); 29 Sep 2010 08:07:21 -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 18276 invoked by uid 99); 29 Sep 2010 08:07:19 -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 08:07:19 +0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=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 chubrilo@gmail.com designates 209.85.214.43 as permitted sender) Received: from [209.85.214.43] (HELO mail-bw0-f43.google.com) (209.85.214.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 08:07:14 +0000 Received: by bwz16 with SMTP id 16so528703bwz.2 for ; Wed, 29 Sep 2010 01:06:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=SlTh81K4nfEeBhzuDr7hN9xMuTb3o/avGWqJNMtjS8A=; b=mU9zADEFDSwD3U7VWwKOxl7xAb0J77PK5bGjmD5wNMANuFbvgUuulSZy1NGLKK3N8F qyiP/jcm8nmAWolk1zUzSPK2UhM7uTP253Wi8vv7LTmE4s/Q81Lt7IkMtBnKAy11XZ75 RuRqQCjI1GuWL7JXB/3qIogVaLivrKhMKEvdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=RXHzI9ZVD1QNHeVpNXmecz+2HnAy+qq/17txlrxJrUwj1/AyXmI9TLvvZAPVib0xs/ JFQKKTYq54nTUSj01eQsiSlhpYEuX4bm3xn2omDouCfhky/egyRO4ynJzPHOujsSOP/d 7trAdTrcoBwTfG7kXpI6Z/yGzQZqD8+iHnTGc= MIME-Version: 1.0 Received: by 10.204.85.89 with SMTP id n25mr975083bkl.105.1285747613843; Wed, 29 Sep 2010 01:06:53 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.204.120.198 with HTTP; Wed, 29 Sep 2010 01:06:53 -0700 (PDT) In-Reply-To: <1285695835043-2717621.post@n4.nabble.com> References: <1285695835043-2717621.post@n4.nabble.com> Date: Wed, 29 Sep 2010 10:06:53 +0200 X-Google-Sender-Auth: 9mhFGClhdNiGLrI5JsKAWFI5t-g Message-ID: Subject: Re: STOMP client connecting, but receiving connection error from ActiveMQ 5.4.1 From: Dejan Bosanac To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org This means that you already connected with that connection. Check if you're connecting multiple times. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Sep 28, 2010 at 7:43 PM, johneboyer wrote: > > My STOMP client is connecting, able to subscribe to a queue, and receive > messages. However, after connecting I receive the following error from th= e > server. Does anyone know what may be going wrong here? I'm only connectin= g > to the server once. Thank you for your time! > > CONNECT > passcode:**** > login:username > > org.apache.activemq.transport.stomp.ProtocolException: Allready connected= . > =A0 =A0 =A0 =A0at > org.apache.activemq.transport.stomp.ProtocolConverter.onStompConnect(Prot= ocolConverter.java:478) > =A0 =A0 =A0 =A0at > org.apache.activemq.transport.stomp.ProtocolConverter.onStompCommand(Prot= ocolConverter.java:192) > =A0 =A0 =A0 =A0at > org.apache.activemq.transport.stomp.StompTransportFilter.onCommand(StompT= ransportFilter.java:70) > =A0 =A0 =A0 =A0at > org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport= .java:83) > =A0 =A0 =A0 =A0at > org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:21= 9) > =A0 =A0 =A0 =A0at > org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:201) > =A0 =A0 =A0 =A0at java.lang.Thread.run(Thread.java:637) > > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/STOMP= -client-connecting-but-receiving-connection-error-from-ActiveMQ-5-4-1-tp271= 7621p2717621.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >