Java Reference
In-Depth Information
Then, we need to enter a JNDI name for our queue; in our example, we simply
picked the default name jms/MyQueue and accepted the default resource type
javax.jms.Queue .
JMS message queues require a Name property; in our example, we simply chose to use
the JNDI name of our queue (without the jms/ prefix) as the value of this property.
 
Search WWH ::




Custom Search