Skip to content

Commit 9ba7f32

Browse files
authored
Merge pull request #181712 from spelluru/sbusexplorer1202
SBE doesn't support sessions
2 parents ef86416 + 2783d7b commit 9ba7f32

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/service-bus-messaging/explorer.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Azure Service Bus Explorer to perform data operations on Service Bus (Preview)
33
description: This article provides information on how to use the portal-based Azure Service Bus Explorer to access Azure Service Bus data.
44
ms.topic: conceptual
5-
ms.date: 06/16/2021
5+
ms.date: 12/02/2021
66
---
77

88
# Use Service Bus Explorer to perform data operations on Service Bus (Preview)
@@ -12,16 +12,20 @@ ms.date: 06/16/2021
1212
Azure Service Bus allows sender and receiver client applications to decouple their business logic with the use of familiar point-to-point (Queue) and publish-subscribe (Topic-Subscription) semantics.
1313

1414
Operations performed on an Azure Service Bus namespace are of two kinds
15+
1516
* Management Operations - Create, Update, Delete of Service Bus Namespace, Queues, Topics, and Subscriptions.
1617
* Data Operations - Send to and Receive Messages from Queues, Topics, and Subscriptions.
1718

19+
> [!IMPORTANT]
20+
> Service Bus Explorer doesn't support **sessions**.
21+
1822
The Azure Service Bus Explorer expands the portal functionality beyond the management operations to support data operations (Send, Receive, Peek) on the Queues, Topics, and Subscriptions (and their dead letter subentities) - right from the Azure portal itself.
1923

2024
> [!NOTE]
2125
> This article highlights the functionality of the Azure Service Bus Explorer that lives on the Azure portal.
2226
>
2327
> The Azure Service Bus explorer tool is ***not*** the community owned OSS tool [Service Bus Explorer](https://github.com/paolosalvatori/ServiceBusExplorer).
24-
>
28+
2529

2630
## Prerequisites
2731

0 commit comments

Comments
 (0)