Re: design question about temporary queues

2010-06-16 Thread Dejan Bosanac
Marlow Internet de...@nighttale.net Sent by: chubr...@gmail.com 15/06/2010 09:30 Please respond to users@activemq.apache.org To users@activemq.apache.org cc age...@andrewpetermarlow.co.uk Subject Re: design question about temporary queues Hi Andrew, I guess you looked

design question about temporary queues

2010-06-15 Thread andrew . marlow
I am using AMQ-cpp for a client-server system where my server will be long running and in the meantime the queue manager may be restarted. So far in my implementation I have been using one request Q upon which all requests are rcvd, and temporary Qs for the replies. When all is well this works

Re: design question about temporary queues

2010-06-15 Thread Dejan Bosanac
Hi Andrew, I guess you looked at http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html You can do the thing with correlationId but using normal queues and persistent messages if your requirement is not to lose any replies. In that case you don't use selectors, but your

Re: design question about temporary queues

2010-06-15 Thread andrew . marlow
@activemq.apache.org To users@activemq.apache.org cc age...@andrewpetermarlow.co.uk Subject Re: design question about temporary queues Hi Andrew, I guess you looked at http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html You can do the thing with correlationId but using normal