Re: Can't Connect to broker using stomp on activemq cpp 3.0.1

2009-08-03 Thread Michael Dehmlow
I would like to see the delta between stomp and open wire. With the version of activemq cpp we had been using stomp was actually much faster then openwire. We had been hopping to see speeds comparable to Tibco Smart Sockets, but thus far active mq performs at about half the msgs/sec. Any performa

Re: Can't Connect to broker using stomp on activemq cpp 3.0.1

2009-07-31 Thread Timothy Bish
On Fri, 2009-07-31 at 16:14 -0700, Michael Dehmlow wrote: > Hello I'm trying to connect a 5.2.0 Active mq broker using the 3.0.1 cpp > client. > > I can connect send and receive fine when I use openwire: > tcp://localhost:61616?wireFormat=openwire > > But if I use stomp: > tcp://localhost:61613?

Can't Connect to broker using stomp on activemq cpp 3.0.1

2009-07-31 Thread Michael Dehmlow
Hello I'm trying to connect a 5.2.0 Active mq broker using the 3.0.1 cpp client. I can connect send and receive fine when I use openwire: tcp://localhost:61616?wireFormat=openwire But if I use stomp: tcp://localhost:61613?wireFormat=stomp I send messages and never receive them. My initial tho