Questions tagged [azure-servicebus-topics]
660 questions
0
votes
2 answers
Azure service bus - Topic full
I have a process(Process A) that keeps sending events to an ASB topic. There are multiple consumers of the topic and therefore multiple subscriptions. So lets say that one of the consumer's process is down. And due to this the topic gets full as the…

Hari Subramaniam
- 1,814
- 5
- 26
- 46
0
votes
1 answer
How to process azure service bus brokered message without lock token?
I am using azure service bus topics and subscriptions for messages processing. Messages are getting pulled by windows application using api. I am using peek-lock for 5 minutes when getting messages. Now if suppose windows app gets the messages from…

Dinesh Rawat
- 71
- 7
0
votes
0 answers
Service Bus existing farm join issue in windows 10 (home premium)
I am facing issue while joining an existing farm using service bus configuration manager. This what happening at Configuration Process window:
Starting
Validating input and configuration parameters.
Installing auto-generated certificate.
Granting…

error_handler
- 1,191
- 11
- 19
0
votes
0 answers
Reading Azure message using a single subscription with multiple rule description
I have an Azure Topic named "AZTopic" and i have a subscription with three rule description added to it. The rule description has sql filter based on a property priority. When i try to access the data from the subscription i am getting null as…

Arjun Menon
- 553
- 2
- 8
- 29
0
votes
1 answer
Is there a way to auto delete consumers groups of a (service Bus event hubs) that doesn't contain any consumer
I have a multi instance application, i'm using service bus event hubs to put into it some messages and it broadcast to all other instances, the condition to get the message to all instances is that every instance need to be in a separate consumers…

Khalil Liraqui
- 385
- 1
- 5
- 21
0
votes
2 answers
Same Azure topic is processed multiple times
We have a job hosted in an azure website, the job reads entries from a topic subscription. Everything works fine when we only have one instance to host the website. Once we scale out to more than one instance we observe the message is processed as…

user1075679
- 287
- 1
- 2
- 13
0
votes
2 answers
Retrieve object sent from Python client to an Azure Service Bus Topic
I am subscribed to an Azure Service Bus Topic and I am trying to retrieve objects sent from my Python client. But in my receiving end all I get is something like this:
<__main__.User object at 0x02F694F0>

Shaphil
- 13
- 1
- 6
0
votes
1 answer
Nservicebus - Temporarily suspend endpoint
I am using Nservicebus 4.7.5 with azure service bus as transport. My endpoint is just a subscriber of events and it doesn't publish anything. My endpoint once it receives an event calls into a azure storage and performs a CRUD.
Now when the azure…

Hari Subramaniam
- 1,814
- 5
- 26
- 46
0
votes
1 answer
LockToken expires before LockUntilUtc time in azure service bus
I am using windows azure service bus for messaging. We have created web api to pull the messages from service bus. Mobile app is using this web api for getting messages. We are using PeekLock mode in subscription client and the lockduration is 5…

Dinesh Rawat
- 71
- 7
0
votes
2 answers
How to send message to a particular subscription using Azure brokered messaging
I want to send message to a particular subscription using brokered service(rest), the how can i do this.
If there are lots of subscriptions on a topic and i want to send message to the particular subscription.

Aashish Mangal
- 13
- 5
0
votes
1 answer
How do you connect IBM Lombardi BPM to Azure Service Bus topics?
We are considering using Azure Service Bus (or Service Bus for Windows Server) to publish business events as pub/sub topics generated by our .Net services. We want these events to be picked up by IBM Lombardi BPM (without polling). It isn't clear…

Doug Knesek
- 6,527
- 3
- 21
- 26
0
votes
3 answers
how to peek and delete a message from deadletter in azureservicebus
I have created an azure service bus topic application which peek all messages in deadletter. Some specific messages(with particular messageid) which i peeked need to be removed from the deadletter queue. Please provide help for implementing this.

pilid
- 9
- 1
- 4
0
votes
1 answer
Azure Resource Manager - Add Sql Filter While Creating Service Bus Topic Subscription
Thanks to this post azure resource manager servicebus provider?,
I was able to provision a servicebus namespace with a topic and a subscription.
I am now wondering if it is possible to add SQL Filter while provisioning the subscription ?
Thanks in…

Thomas
- 24,234
- 6
- 81
- 125
0
votes
1 answer
Use Azure Service Bus to produce RSS feed
I'm looking to have clients subscribe to topics on an Azure service bus using an RSS Reader.
I can't seem to find documentation on how I would begin to produce the feeds dynamically from the service bus
Can anyone give me any pointers?
0
votes
1 answer
How to register an Asp.net web service in a windows server service bus
I am fairly new in service bus for window server. I want to register an .asmx web service in the service bus subscription such that if any new message arises in the service bus, the service bus will automatically call the web service.. Is this…

Ajay George
- 81
- 1
- 1
- 4