Questions tagged [azure-servicebus-subscriptions]
182 questions
0
votes
1 answer
ProcessMessagesAsync method not firing in Azure service bus subscription
I am using Azure service bus for messaging between my two .Net core Web API Applications.
By using topicClient I am able to send the message to ABS.
But however while using the subscription client to receive the message, I am facing this…

user2294434
- 123
- 4
- 16
0
votes
1 answer
Azure Service Bus - Subscription - How to display the received message in Web API's output
I am using Azure Service bus to pass messages between two .Net core Web API services.
I am suceesfully able to set up topic/subscription in Azure and also able to send the message to topic, using the Web API post method.
I m stuck when I am trying…

user2294434
- 123
- 4
- 16
0
votes
2 answers
Get message count from azure SubscriptionClient with python
I am new to azure SubscriptionClient, I am trying to get the total message count from azure SubscriptionClient with python.

Code_rocks
- 131
- 12
0
votes
1 answer
How to read all message from Azure Service Bus topic using Python?
I want to read all messages from azure service bus using python. Currently it fetch only one message.
from azure.servicebus.control_client import ServiceBusService, Message, Topic, Rule, DEFAULT_RULE_NAME
bus_service = ServiceBusService(
…

Code_rocks
- 131
- 12
0
votes
3 answers
Logic app completing a message in a service bus topic subscription with sessions does not release the lock
I have an topic subscription on a service bus in Azure with a lock duration of 30 seconds and sessions enabled.
I'm using a logic app to take messages of the topic using peak-lock because I care about the order messages are processed. I want to…

Paul Bevis
- 831
- 1
- 8
- 16
0
votes
1 answer
Timeout exceptions when invoking RegisterMessageHandler on SubscriptionClient
I'm trying to invoke the RegisterMessageHandler method on a SubscriptionClient instance running in Android.
After 20 seconds or so of publishing a message to a specific topic (via an automated test), I receive several timeout exceptions in my…

Scott Nimrod
- 11,206
- 11
- 54
- 118
0
votes
1 answer
ReceiveAsync from Azure Service Bus topic without a body
I'm creating a consumer of an Azure Service Bus topic (subscription) that does nothing but store some statistics. The messages sent to the topic contains a rather large body, that is handled by another consumer on a second subscription on the same…

ThomasArdal
- 4,999
- 4
- 33
- 73
0
votes
1 answer
Consuming messages from Azure Service bus in multiple processes
I'm developing a system based on Azure Service Bus for quick fire-and-forget through an API and async processing of a lot of messages by background services through a topic. In the context of this question, the topic has a single subscription, why…

ThomasArdal
- 4,999
- 4
- 33
- 73
0
votes
2 answers
subscriptionClient.AbandonAsync vs subscriptionClient.closeAsync
what is difference between subscriptionClient.AbandonAsync vs subscriptionClient.closeAsync.
i need to check whether topic exist in subscriptionClient or not. I can not use azure management client because of some limitation

Mashhad Saleem
- 176
- 1
- 2
- 17
0
votes
1 answer
Azure bus security
In my solution, consumer of the messages on the Azure service bus is .net based application & we are implementing security aspects using AAD service principals by configuring app id & secret in consumer application app.config and it working fine, no…

191180rk
- 735
- 2
- 12
- 37
0
votes
1 answer
Sending message to a specific group of subscriber in azure service bus topic with masstransit
I'm new to azure service bus and masstransit. I'm looking for a solution to a specific situation.
I have a azure service bus topic with multiple subscribers. Subscriber will receive message based on filters. I've created the topic and subscriber…

Rashik Hasnat
- 318
- 4
- 14
0
votes
1 answer
'SubscriptionId' property is not supported for nested deployments inside a deployment at subscription scope
I am trying to use a nested template in an Azure Blueprint artifact to deploy a Topic to an Azure Service Bus. This bus is created in a different subscription than the rest of the blueprint. I've been following this article:…

borgewi
- 1
0
votes
1 answer
Incoming messages are dividing among listeners from Azure service bus topic subscription
I am using below code from Microsoft portal for sending and receiving messages from and to Azure service bus topic/Subscription. Code is working fine. Bus when I run 2 instances of receiver code, the messages are getting divided among 2 receivers.…

Balaji211
- 257
- 1
- 5
- 18
0
votes
1 answer
Azure ServiceBus Topic with multiple Subscribers - Duplicate messages
I have an Azure ServiceBus Topic called "IntegrationEvent" with one subscription called "TestSubscription". I register two subscribers to this subscription that I have CompetingConsumers.
A lot of messages are handled in both subscribers. What do I…

Dani
- 971
- 12
- 31
0
votes
0 answers
Azure service bus with biztalk server 2016
I'm looking for any feedback on using Azure service bus with Biztalk server 2016 for queuing some web requests in a high traffic group

Hichamveo
- 475
- 3
- 16