Implement request response with JMS over Stomp

2009-08-11 Thread Alexander L.
Hello All, Article http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html How should I implement request response with JMS describes how to implement request response using temporary queues created by clients. Stomp does not support temporary queues

Re: Implement request response with JMS over Stomp

2009-08-11 Thread Alexander L.
Jose, Thank you for the solution. =) If I understood right, then each requesting service A (A1...An) should maintain its own unique correlation id (permanent during the connection's life). That way message broker could decide which requesting service An to route message to if two or more

Re: stomp temporary topics

2009-08-10 Thread Alexander L.
golubevpavel wrote: I want to find a way to delete topics, that have no more consumers. Once again, this is STOMP, not complete java client. Is it possible to do that? I am not an expert but I am afraid that topic is unaware about its subscribers... Probably you should consider another

Choose Stomp instead of OpenWire

2009-07-30 Thread Alexander L.
Hello, As shown on http://activemq.apache.org/cms/, activeMQ supports both Stomp and OpenWire. When I do pConnectionFactory = cms::ConnectionFactory::createCMSConnectionFactory(getBrokerURI()); m_pConnection =

Receiving XML sent from ActiveMQ c++ client onto JBoss Messaging side

2009-07-29 Thread Alexander L.
Hello all, Is it possible to receive TextMessages (with XML payload) on the JBoss side using their native JMS implementation (JBoss Messaging)? Currently sender is the client written in c++ and using ActiveMQ. Thanks. -- View this message in context: