golubevpavel wrote:
> 
> Once again, this is STOMP, not complete java client.
> Is it possible to do that?
> 

BTW, I am also in a search for the concept of temporary topics/queues for a
Stomp client.
Stomp itself does not support such destinations (
http://activemq.apache.org/cms/stomp-support.html Stomp Quirks )
What I need is to be able to create a queue per client and safely delete it
after client has finished with it...
I can't use OpenWire because it's not supported by my Message Broker.

The purpose of that queue is to implement 
http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html
request response with JMS 


Alex.

-- 
View this message in context: 
http://www.nabble.com/stomp-temporary-topics-tp24380494p24899319.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to