setJMSReplyTo
843830Apr 25 2010 — edited Apr 26 2010Hi there,
I am a newbie to JMS and I am trying to Specify the replyTo queue in a String format rather than an administered Destination Object.
I can see that the setJMSReplyto takes a destination object as an argument, is there a way of casting a String URI format like this one:String queue= "queue://" + qmname + "/" + qname into a Destination.
Any Ideas on how to acheive this ?
Thanks ina advance.