Service Bus
-
Using a filter with EventHub data
Will we be able to use a filter in the future for the EventHub data? I'm designing a new solution for a customer and it looks like EventHubs are great for sending and receiving our near-realtime data. Downside is when receiving the data, we receive all data of all our devices in the world. Most of the time, our clients only want to see data of one (or a few) device. We could of course filter the data by ourselves, client side, but this would cost a lot of bandwith.
112 votesFilters are in our roadmap. Filters will be tied to Consumer Groups.
-
Provide gracefull shutdown feature to Message Pump in Queue and Subscription Clients
There is not a good way to deal with a graceful shutdown of a Worker role using the OnMessage approach of processing queue messages off the service bus. It would be nice if you could call StopProcessing, or something similar on the QueueClient or SubscriptionClient so that they would stop their internal receive loop, but finish processing the messages they may already be processing. A count property of active processing messages would also be helpful so that in an OnStop method on the worker role you could call the StopProcessing and enter a loop till the active processing messages was…
338 votes -
Service Bus Relay monitoring
When using the SB relay services, we are currently not able to monitor the 2 pieces of the price : number of relay hours and number of messages relayed.
It is absolutely mandatory to provide these informations, without it how can we see what is the current cost of the services ?21 votesWe’re currently hoping to provide an API to allow you to retrieve the metrics. We can’t share a date yet when this will be available.
-
4 votes
Definitely planned!
- Don't see your idea?