白皮书下载
queue management
For asynchronous data or data produced at different ends, queues can be used for storage and consumption. For example, the common scenarios of the queue, the mobile phone receives the verification code SMS, stores it in the queue, and then grabs the SMS from the queue for consumption through specific application operation.
Users can create, modify, delete and view details of queues.

1、 New queue
When adding a queue, you need to fill in the following information, as shown in the figure below. Note that the queue name cannot be repeated.

2、 Edit queue
When editing a queue, the queue expiration time type cannot be modified, that is, if the original setting is not to limit the expiration time, it cannot be modified to need to limit the expiration time. When the expiration time is set, it cannot be modified to not limit the expiration time, but the specific expiration time can be modified.

● Queue name:User defined input. The name cannot be duplicate with the existing queue;
● Department:The queue can be accessed by the users of the Department and its sub departments to consume and set the queue;
● Maximum number of queues:Indicates the maximum number of queues allowed in the queue. When the upper limit is exceeded, new queue messages will not be queued. The maximum number of queues cannot exceed 1000;
● Queue expiration time:You can customize whether to limit the timeliness of queue messages. If not, select no limit. If necessary, select limit and fill in the limit duration.
3、 View queue details
Click Details to view queue details, mainly including message item and topic addresses. The following is a screenshot of details. In the message item, you can see the specific messages in the queue, including message source, status, queue entry time, expiration time, consumption time, consumer, consumption channel and message details.

In the message topic, you can see the production address and consumption address of the queue, which can be used for the production and consumption of queue messages. In addition to using the topic address, you can also use the key and secret to produce and consume messages. For details on how to obtain the key and secret, see [commander function introduction - key information].





