Resource Environment References

In the Resource Environment References property page, declare all of the JMS destinations referenced by this web component.

To declare JMS destinations referenced in the code of your web component, do the following:

  1. Click Add.
  2. Enter the name of the JMS reference as it appears in your code. For example, if the JNDI lookup of the destination is java:comp/env/jms/stockInfoQueue, enter jdbc/stockInfoQueue in the Coded Name column.
  3. Choose the type of JMS desination, either Queue or Topic, from the Type column.
  4. Click the rightmost column labeled with the folded paper icon to provide a description for each JMS reference.
  5. For each JMS reference in the list, select the JNDI name from the JNDI Name field. A client uses the JNDI name to locate the destination.
To delete a reference, select the row containing the reference and click Delete. A confirmation dialog will ask you if you really want to delete the reference.


Legal Notices