-
THis is the tool ms usually recommends connecting to service bus: I have been unable to get it to connect, after starting the process:
https://github.com/paolosalvatori/ServiceBusExplorer
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all issues/PRs to ensure it has not already been reported or fixed.
- [X] I have verified that I am using t…
-
The service bus topic SAS policy has Send and Listen access however when I use the SAS token at the topic level I get the following error:
The application is now connected to the sb://.servicebus.…
-
I am getting the below error while connecting to a service bus using the connection string. It was working fine before upgrading to the latest version. I mainly want to connect to the topics.
> Th…
-
Hi folks, started to use this nice extension so thank you all for your effort!
Have a question which could become feature request. While using multiple service-buses it could be useful to configur…
yarus updated
3 years ago
-
101-servicebus-topic-subscription-sqlfilter
### Issue Details
The subscription is created successfully, but the filter expression is "1=1".
I used the ServiceBusExplorer to confirm.
The filter e…
-
We have queues and topics organized under "folders" or parents to keep things organized. We might have a queue name called orders/created which is the convention used when nesting queues in ServiceBu…
-
Any plans to add ServiceBus to the tools?
https://github.com/paolosalvatori/ServiceBusExplorer
-
# Description
I create a Peek client for my queue:
```
ServiceBusReceiverClient peekClient = new ServiceBusClientBuilder()
.connectionString(conString)
.receiver()
…
-
If I use connection string for namespace/servicebus level everything works ok, but not for a connection string on queue/entity level. Is this a known limitation?