[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deferred use of JMSReplyTo / Destination.toString()

2005-03-21 Thread lekkim
"[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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deferred use of JMSReplyTo / Destination.toString()

2005-03-21 Thread [EMAIL PROTECTED]
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.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871041#3871041

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871041


---
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deferred use of JMSReplyTo / Destination.toString()

2005-03-21 Thread [EMAIL PROTECTED]
JMS specification does not say anything about naming policy. So the 'queue' 
prefix is specific to JBoss. Chances of JBoss future relase changing this is 
very dim, unless JMS Specification changes drastically :)

Amit.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870927#3870927

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870927


---
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user