- 3 minutes to read

List Scheduled Messages

πŸ’‘View and manage scheduled messages in the selected Service Bus Queue.

Nodinite lets you view and manage all scheduled messages in your Azure Service Bus queue. This page explains how to list, download, and cancel scheduled messages for efficient queue management.

Expect to:

  • βœ… Instantly list all scheduled messages for visibility and control
  • βœ… Download or cancel scheduled messages with a single click
  • βœ… Use Nodinite's intuitive interface for message management

Click the List Scheduled Messages menu item in the Actions button for the selected queue to view a list of all scheduled messages in the queue.
List Scheduled Messages Menu Item
Example of the 'List Scheduled Messages' menu item in the Actions button menu.

Nodinite then loads a shared modal with a paged list view with the scheduled messages currently on the sub queue. The Scheduled tab is now the active tab.
List Scheduled Messages
Example of the 'List Scheduled Messages' modal showing scheduled messages in the queue.

The following actions are available for scheduled messages:
Scheduled Messages Actions
Example of the actions available for scheduled messages.

  • Download - Download the dead letter message.
  • Cancel - Cancel the scheduled message.

Download Dead Letter Message

This topic is covered in detail in the Download Messages page.

Cancel Scheduled Message

You can cancel a scheduled message by clicking on the Cancel menu item in the Actions button for the selected scheduled message.
Cancel Scheduled Messages
Example of the 'Cancel' menu item in the Actions button on selected scheduled message.

Next, you will be prompted with intent to continue with the operation. Click either Yes to proceed and No to abort the current operation.
Confirm intent to Cancel Scheduled Message
Example of the 'Confirm intent to Cancel Scheduled Message' dialog.

If the operation is successful, you will see a result resembling the following screen capture:
Scheduled Message Successfully Cancelled
Example of the 'Message Successfully Deleted' dialog showing the number of messages removed.

Tip

You can cancel multiple scheduled messages by selecting them in the list and clicking the Cancel menu item from within the With selected button at the bottom of the modal. This will prompt you to confirm the cancellation of all selected messages.

With Selected Scheduled Messages
Example of the 'With selected' button for bulk actions on scheduled messages.


Next Step