- 6 minutes to read

List Active Messages

💡View a list of all active messages on the selected Service Bus queue (and Topic Subscription).

Nodinite empowers you to view, manage, and take action on all active messages in your Azure Service Bus queue or topic subscription. This page explains how to list, inspect, and process active messages using Nodinite's intuitive interface.

Expect to:

  • ✅ Instantly list all active messages for any queue or topic subscription
  • ✅ Download, repair, delete, move, or resubmit messages with a single click
  • ✅ Use advanced controls to reload, inspect, and manage message details
  • ✅ Streamline troubleshooting and ensure message delivery

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

Nodinite then loads a shared modal with a paged list view with the active messages currently on the sub queue. The Active tab is now the active tab.
List Active Messages
Sample list of active messages on Service Bus queue.

You can reload the list by clicking on the Reload button or clicking the tab.

Click the button to the left of the Actions button to show Message Details view for the selected message. Click again to hide the details view.
Active Message Details
Example of the 'Message Details' view for an active message.

Manage Active Messages

From the Actions button you can further choose to manage the selected active message. The following options are available:
Remote Actions for Active messages
Remote Actions for Active messages.

  • Download - Download the active message.
  • View/Repair - View and repair the message body and properties.
  • Delete - Delete the message from the queue.
  • Purge by Session ID - Purge all messages with the same session ID as the selected message.
  • Move to Dead Letter - Move the message to the Dead-letter sub queue.
  • Resubmit - Resubmit the message to the queue.
  • Resubmit & Delete - Resubmit the message to the queue and delete the original message.

Many of the actions can also be performed on multiple messages by selecting them in the list and clicking on the With Selected button at the bottom of the list view.
With Selected Actions Example of the 'With Selected' button to perform actions on multiple messages.

Download Active Message

💡Download the active message for offline inspection or processing

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

View/Repair Active Message

💡View and repair the message body and properties

This topic is covered in detail in the View and Repair Message page.

Delete Active Message

💡Delete an active message from the Service Bus queue

This topic is covered in detail in the Delete Message page.

Purge by Session ID

💡Purge all messages with the same session ID as the selected message

You can purge all messages with the same session ID as the selected message by clicking on the Purge by Session ID menu item in the Actions button for the selected active message.
Purge by Session ID Menu Item
Example of the 'Purge by Session ID' menu item in the Actions button on selected active message.

Note

This operation is only available for active messages in queues that support sessions. In addition, as sessions requires exclusive access to the session, this operation will not work if the session is currently locked by another consumer. You may need to retry the operation later if the session is locked.

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 Purge by Session ID Example of the 'Confirm intent to Purge by Session ID' dialog.

If the operation is successful, you will see a result resembling the following screen capture:
Purge by Session ID Operation Succeeded
Example of the 'Purge by Session ID Operation Succeeded' screen capture.

Move to Dead Letter

💡Move a message to the Dead-letter sub queue

You can move a message to the Dead-letter sub queue by clicking on the Move to Dead Letter menu item in the Actions button for the selected active message (applies to active messages in queues and topic subscriptions).
Move to Dead Letter Menu Item
Example of the 'Move to Dead Letter' menu item in the Actions button on selected active 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 Move to Dead Letter
Confirm intent to Move to Dead Letter.

If the operation is successful, you will see a result resembling the following screen capture:
Move to Dead Letter Operation Succeeded
Example of the 'Move to Dead Letter Operation Succeeded' screen capture.

You can also move multiple messages by selecting them in the list and clicking on the With Selected button at the bottom of the list view.
With Selected Move to Dead Letter
Example of the 'With Selected' button to move messages to the Dead-letter sub queue.

Resubmit Messages

💡Resubmit a message to the Service Bus queue (applies to active and dead letter messages on queues and Topic Subscriptions).

You can resubmit a message to the Service Bus queue by clicking on the Resubmit menu item in the Actions button for the selected active message.
Resubmit Message Menu Item
Example of the 'Resubmit' menu item in the Actions button on selected active 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 Resubmit Message
Confirm intent to Resubmit Message.

If the operation is successful, you will see a result resembling the following screen capture:
Resubmit Message Operation Succeeded
Example of the 'Resubmit Message Operation Succeeded' screen capture.

You can also resubmit multiple messages by selecting them in the list and clicking on the With Selected button at the bottom of the list view.
With Selected Resubmit Messages
Example of the 'With Selected' button to resubmit messages to the queue.

Resubmit & Delete Messages

💡Resubmit a message to the Service Bus queue and then delete the original message.

You can resubmit a message to the Service Bus queue and delete the original message by clicking on the Resubmit & Delete menu item in the Actions button for the selected active message.
Resubmit & Delete Message Menu Item
Example of the 'Resubmit & Delete' menu item in the Actions button on selected active 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 Resubmit & Delete Message
Confirm intent to Resubmit & Delete Message.

If the operation is successful, you will see a result resembling the following screen capture:
Resubmit & Delete Message Operation Succeeded
Example of the 'Resubmit & Delete Message Operation Succeeded' screen capture.

You can also resubmit and delete multiple messages by selecting them in the list and clicking on the With Selected button at the bottom of the list view.
With Selected Resubmit & Delete Messages
Example of the 'With Selected' button to resubmit and delete messages from the queue.


Next Step