Re: connection->start() or connection->createSession() hangs when trying to connect ActiveMQ-CPP client with OpenMQ broker via STOMP

2010-08-18 Thread cppdeveloper
2010-08-18 at 09:16 -0700, cppdeveloper wrote: >> Failover is crucial, so I will have to use my backup method, which is >> converting the broker cluster from OpenMQ to ActiveMQ 5, but it still >> needs >> to work in Glassfish V2. >> >> FYI I have done some pre

Re: connection->start() or connection->createSession() hangs when trying to connect ActiveMQ-CPP client with OpenMQ broker via STOMP

2010-08-18 Thread cppdeveloper
08:35 -0700, cppdeveloper wrote: >> >> >> Timothy Bish wrote: >> > >> > Can you add some code to dump the contents of the Response frame sent >> > from OpenMQ? This would help me understand why its not being >> > processed. >> > &

Re: ActiveMQ 5 to Glassfish v2 integration, BPEL

2010-08-18 Thread cppdeveloper
Did anyone ever get this working- ActiveMQ 5 integrated with Glassfish V2? lyall wrote: > > I want to integrate ActiveMQ with Glassfish v2 such that I can post and > receive messages from BPEL. > > I found > http://weblogs.java.net/blog/rampsarathy/archive/2007/03/glassfish_v2_an.html > ht

How to use ActiveMQ in Glassfish

2010-08-18 Thread cppdeveloper
I am trying to use ActiveMQ 5.3.2 in Oracle Glassfish 2.1.1 and the instructions I found are: http://activemq.apache.org/sjsas-with-genericjmsra.html. Is there any easier/less complicated way of configuring ActiveMQ to work in Glassfish? Or more thorough instructions? -- View this message in co

Re: connection->start() or connection->createSession() hangs when trying to connect ActiveMQ-CPP client with OpenMQ broker via STOMP

2010-08-18 Thread cppdeveloper
Timothy Bish wrote: > > Can you add some code to dump the contents of the Response frame sent > from OpenMQ? This would help me understand why its not being > processed. > According to an OpenMQ developer, he thought the problem may be this: "IIRC the Stomp frames in OpenMQ always use a c

Re: connection->start() or connection->createSession() hangs when trying to connect ActiveMQ-CPP client with OpenMQ broker via STOMP

2010-08-16 Thread cppdeveloper
throws the exception (however, this hangs and is never printed to the screen). Is there anything that can be done here or is there no hope of being able to use OpenMQ with the ActiveMQ-CPP client? Thanks. Timothy Bish wrote: > > On Thu, 2010-08-12 at 14:14 -0700, cppdeveloper wrote:

Re: connection->start() or connection->createSession() hangs when trying to connect ActiveMQ-CPP client with OpenMQ broker via STOMP

2010-08-12 Thread cppdeveloper
Timothy Bish wrote: > > You can append this option to the connection URI to get the Commands > that are sent and received logged to the console: > > transport.commandTracingEnabled=true > > I Don't know how to configure that on the OpenMQ side. > > Regards > When I did this to the ActiveMQ-

Re: connection->start() or connection->createSession() hangs when trying to connect ActiveMQ-CPP client with OpenMQ broker via STOMP

2010-08-12 Thread cppdeveloper
e: > > 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

connection->start() or connection->createSession() hangs when trying to connect ActiveMQ-CPP client with OpenMQ broker via STOMP

2010-08-12 Thread cppdeveloper
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