Creating messaging destinations
Messaging destinations are endpoints where messages are sent or received, helping route them between senders and receivers.
About this task
Note: The maximum capacity limit can be adjusted upon request for a tenant by contacting IBM® support.
Procedure
Results
- Name
- The name of the queue or the topic.
- Capacity
- The maximum number of messages the queue or topic can hold while it waits for subscribers to consume the pending messages.
- Rates
-
- Current Publish Rate - Rate in seconds at which messages are being published to the queue or to the topic.
- Current Consumption Rate - Rate in seconds at which messages are currently being consumed from the queue or from the topic.
- Last Activity
-
- Last Published on - The date and time a message was last written to the queue or to the topic.
- Last Consumed on - The date and time a message was last read from the queue or from the topic.
- Messages
-
- Published - Number of messages that are published to the queue or topic.
- Consumed - Number of messages that are consumed from the queue or topic.
- Pending - Number of messages currently in the queue or topic, waiting to be consumed. When a subscriber is suspended, it stops processing messages, but the instance continues to retain messages intended for it. Over time it can lead to a backlog, which might impact performance and reliability. To manage this backlog, administrators can use the Remove all events option to remove pending messages from suspended subscribers. This action helps reduce message backlog, free system resources, avoid delays in processing new messages, remove outdated data, and make sure of smooth reactivation without overloading the subscriber.
- Last Message ID - Message ID of the last consumed message.
What to do next
- Edit queues
- Use the Edit option in the Actions column to edit
a specific queue.Note: Editing a queue results in the deletion of the existing queue and the creation of a new one, which might disrupt subscribers that use the original queue.
- Delete queues
- Use the Delete option in the Actions column to
delete a specific queue.Note: When a queue is deleted, all the messages in the queue are deleted, and the workflows or flow services become incapable of publishing messages to the queue, potentially disrupting the existing execution.
- Edit topics
- Use the Edit option in the Actions column to edit
a specific topic.Note: Editing a topic results in the deletion of the existing topic and the creation of a new one, which might disrupt subscribers that use the original topic.
- Delete topics
- Use the Delete option in the Actions column to
delete a specific topic.Note: If a topic is deleted, all the messages in the topic are deleted, and the workflows or flow services become incapable of publishing messages to the topic, potentially disrupting the existing execution.