On Thu, 2010-08-12 at 09:35 -0700, cppdeveloper wrote: > I am trying to connect an ActiveMQ-CPP client with an Oracle OpenMQ broker > via STOMP. Both manufacturers claim this will work, and I have been able to > get an ActiveMQ-CPP client to connect to an ActiveMQ broker via STOMP, an > OpenMQ client with an OpenMQ broker via STOMP, and an OpenMQ client with an > ActiveMQ broker via STOMP without problems, but the only one missing is what > I need- ActiveMQ-CPP client to connect with OpenMQ broker. > > I am using Fedora Linux and am using the provided "example" script for > ActiveMQ-CPP, changing the brokerURL to be > "tcp://localhost:61613?wireFormat=stomp" instead, where the OpenMQ STOMP > bridge is located at localhost:61613. > > On the OpenMQ end, I receive the request to connect by the client and I > start a connection: > > INFO: Create JMS connection for user admin with client id > ID:csa-nexus-57767-1281630228652-1:0 > Aug 12, 2010 8:23:48 AM > INFO: Started JMS connection > 8950669406784000768[ID:csa-nexus-57767-1281630228652-1:0] for user admin >
What is the Frame returned from the OpenMQ broker once it receives the CONNECT frame? > This is where the ActiveMQ-CPP client hangs at "connection->start", or if > this is removed, "connection->createSession". > > Any help would be appreciated. Thanks! Regards -- Tim Bish Open Source Integration: http://fusesource.com ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/