December 2017
Intermediate to advanced
372 pages
8h 46m
English
A JMS message queue can be added by expanding the Resources node in the tree at the left-hand side of the web console, expanding the JMS Resources node and clicking the Destination Resources node, then clicking the New... button in the main area of the web console:

In our example, the JNDI name of the message queue is jms/GlassFishBookQueue. The resource type for message queues must be javax.jms.Queue. Additionally, a Physical Destination Name must be entered. In the preceding example, we use GlassFishBookQueue as the value for this field.
After clicking the New... button, entering the appropriate information ...