Configuring queues

Users with the Developer role can create queues and view the existing queues.

About this task

Next-generation platformYou can also create remote queues if remote queue creation is enabled for your environment. For more information about remote queues, see Creating remote queues.

When a queue is added, the binding files are pulled from the IBM MQ server and propagated to the agent (Agent), integration (INTG), and WebSphere Application Server components for the application.

Procedure

To add a queue, complete the following steps:

  1. Access Self Service with your IBMid.
  2. From the Self Service menu, click Environments.
  3. From the list of environments, select an environment.
  4. In the Queue configuration tab, click Create queue.
  5. In the Create queue window, specify the Name for the queue. The maximum length for the queue name is 48 characters.

    Use capital and small letters, numbers, and ., /, and % special characters in the name.

  6. The Persistent checkbox is selected by default. When this option is selected, messages in the queue are persistent and are not lost even when the IBM MQ is restarted. If you do not want the queue to be persistent, clear this checkbox.
  7. Specify the Maximum message length in Bytes for the queue messages.

    By default, the length is set to 2000000. The maximum length that can be set is 4000000.

    Note: If you specify the length that is greater than the maximum supported length, the length is reset to the default value.
  8. Specify the Maximum depth for the queue.

    By default, the depth is set to 500000. The maximum depth that can be set is 2000000.

    Note: If you specify the queue depth that is greater than the maximum supported depth, the depth is reset to the default value.
  9. Optional: Add the usage description for the queue.
  10. Click Create.

What to do next

You can now create an agent server or integration server.