| Author |
JMS running example with MD bean
|
Pawanpreet Singh
Ranch Hand
Joined: Jun 12, 2005
Posts: 264
|
|
Hi Everyone, I have tried an example in j2ee docs for jms http://java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/j2eeapp1.html I have one query. One this page, 7.2.4.6 Resource References Dialog Box , what is meaning of coded name. Is it somthing logical name like java:comp/env/jms/ or what is it.
|
 |
Rodrigo Lopes
Ranch Hand
Joined: Feb 29, 2008
Posts: 118
|
|
Yes, that's it. In SimpleClient.java, it uses that name to lookup for the QueueConnectionFactory.
|
 |
 |
|
|
subject: JMS running example with MD bean
|
|
|