Configuring message queues
You can configure queues either by using the Amlen WebUI or by using REST Administration APIs.
When you create queues, you must specify the following components:
- Name
- The name that identifies the queue.
- Allow Send
- Specifies whether JMS applications can send messages to the queue. It does not stop applications from receiving messages from the queue.
- Maximum messages
- Specifies the maximum number of messages that can be stored on the queue.
- Concurrent consumers
- Specifies whether multiple consumers are allowed to use the queue at the same time.
For more information about configuring queues by using the Amlen WebUI, see Configuring queues by using the Amlen WebUI.
For more information about configuring queues by using REST Administration APIs, see Creating and updating a queue by using REST Administration APIs.