Contents tagged with ASB
-
Service Bus subscriptions - ARM client vs ServiceBusAdministrationClient
Provisioning Azure Service Bus subscriptions under a topic doesn't sound like a big deal. However, Azure offers two SDKs: the Service Bus Management and Messaging libraries. Both can create subscriptions. Which library is the right one?
-
Monitoring all Dead Letter Queues. Yes, multiple.
-
Azure Service Bus - Purging Queues
Testing code that involves queues always has some utility code that is responsible for test cleanup. The cleanup is often implemented as a queue purge operation. For example, MSMQ allows to delete all messages in a queue by calling a
Purge()
command on a queue. -
Azure Service Bus - Deploying with ARM
Azure Service Bus still can't be created at the new portal, aka Ibiza. To create Azure Service Bus namespace and create entities, one has to do in manually at the old portal. That wouldn't be so bad, but the lack of controlling what Resource Group the new namespace will belong to is a slight impediment for those that like their resources to be at the right places.
-
Azure Service Bus Premium - Message Size
Messaging is about small messages. You should keep your messages relatively small. If you have fat messages, you're doing it wrong. All valid statements, until you look closer at the Azure Service Bus Quotas information. The ones that are sometimes hard to digest would be:
-
Choosing Topology with Azure Service Bus
Last week at the Calgary .NET usergroup presentation on Azure Service Bus I was talking about different options the services provides. Along with that, have also noted the quotas and limits subject to tier and usage. There were good questions asked, and one of those question I'd like to highlight here - choosing what topology to use with Azure Service Bus.