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. > > > 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 <johnboye...@gmail.com> wrote: >> >> 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! >> >> CONNECT >> passcode:**** >> login:username >> >> org.apache.activemq.transport.stomp.ProtocolException: Allready connected. >> at >> org.apache.activemq.transport.stomp.ProtocolConverter.onStompConnect(ProtocolConverter.java:478) >> at >> org.apache.activemq.transport.stomp.ProtocolConverter.onStompCommand(ProtocolConverter.java:192) >> at >> org.apache.activemq.transport.stomp.StompTransportFilter.onCommand(StompTransportFilter.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) >> >> >> -- >> View this message in context: >> http://activemq.2283324.n4.nabble.com/STOMP-client-connecting-but-receiving-connection-error-from-ActiveMQ-5-4-1-tp2717621p2717621.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >>