"[EMAIL PROTECTED]" wrote : If you cannot maintain the javax.jms.Destination object | you can do session.createQueue(...) from Queue.getQueueName() | provided you are talking to the same jms server. | Yeah I figured as much since the interface doesn't extend java.io.Serializable... The question went more as to whether I could reconstruct the queue name at a later time using "queue/" + msg.getJMSReplyTo().getQueueName() and make sure it worked (per J2EE spec.) or whether the "queue/" prefix had to be a configurable parameter.
Thank you for your response and clarification though. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871058#3871058 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871058 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
