Resource environment references are logical names applied to objects administered by EAServer, which can be accessed by Web applications, application clients, and EJB components.
To add or configure a resource environment reference, follow the procedures described in “Resource references”.
Edit the reference fields of interest as follows:
Name The partial JNDI name used in servlet and JSP code. Use the prefix jms/ for
JMS reference. For example, if your code refers to java:comp/env/jms/MyQueue,
enter jms/MyQueue
.
Type Choose the type of resource:
javax.jms.Queue for JMS message queues.
java.jms.Topic for JMS message topics.
Link Value If the resource type is javax.jms.Queue, enter the name of a configured queue; if the resource type is javax.jms.Topic, enter the name of a configured topic.