I am creating the request queue in Requestor from 
Destination requestQueue = session.createQueue(requestQueueName);
 and sending the message to queue

and then in replier i am again forming the request queue with same
rquestqueuename
Destination requestQueue = session.createQueue(requestQueueName);

and it is overwriting the request queue deleting all messages which were
initially there

Is this the right way to form the request queue in both Requestor and
Replier.Or else how to handle this?
Please if anybody can help me in this
Thanks in advance

-- 
View this message in context: 
http://www.nabble.com/Overwritting-the-request-queue-tf2781517.html#a7760344
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to