Let's see the steps to create a new queue through the web console:
- Connect to http://localhost:9990/.
- Go to Configuration | Subsystems | Messaging - ActiveMQ/default:
- Click on Queues/Topics and select the Queues menu and click on the Add button; you will see this screen:
- The parameters to insert are as follows:
Name | The name of the queue |
JNDI names |
The JNDI names the queue will be bound to |
Durable? |
Whether the queue is durable or not |
Selector |
The queue selector |
Like all enterprise ...