- 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
Shows the List Scheduled Messages menu item in the Actions button for the selected queue.

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
Displays the paged list view of scheduled messages in the Scheduled tab.

The following actions are available for scheduled messages:
Scheduled Messages Actions
Shows the available remote actions 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
Shows the Cancel menu item in the Actions button for the 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
Displays the confirmation dialog for cancelling the scheduled message.

If the operation is successful, you will see a result resembling the following screen capture:
Scheduled Message Successfully Cancelled
Shows the success screen after cancelling the scheduled message.

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
Shows the With Selected button for scheduled messages.


Next Step