Is Certificate Authentication an option for Azure Service Bus Queues and Topics?
Hello,Can we limit Send/Listen/Read rights to Azure Service Bus Queue and Topics to clients who have specific certificate installed?Thank you,
View ArticleVisual Studio Azure Tools->Service Bus->Topics->Subscription->Rules->$Default...
Hello,When I create a subscription in VS2013 through:Visual Studio Azure Tools->Service Bus->Topics->SubscriptionI get a subscription with $Default rule and a filter "1=1". How do I change the...
View ArticleHow to secure Azure Service Bus Queues and Topic to specific Aure AD users?
Hello,I am fully aware that I can secure Azure Service Bus with Shared Access Policies.How can I secure Azure Service Bus Send/Listen/Receive operations by using Azure AD roles?A link to an online...
View ArticleOptions to hide Service Bis Queues ot Topics from Public Internet?
Hello,I am fully aware that I can secure Service Bus Queues and Topic with Shared Access Policy keys. I am seeking for other options.In case we are dealing with security sensitive Azure Service Bus...
View ArticleWhat are Azure Service Bus->Topic->Subscription->Filter->Filter Actions?
Hello,What are What are Azure Service Bus->Topic->Subscription->Filter->Actions shown in the Visual Studio's Create Filter dialog box shown below: Are Filter Actions documented...
View ArticleNo code options to copy complex Service Bus entities and setup and defintions...
Hello,I fully understand that I can use power shell or many other Azure SB management API API to precisely (re-)create my application's SB entities in DEV/QA/Staging environment.Is there any no code...
View ArticleThe error "The operation is not supported for an entity with partitioning...
Hello,I get the following error when I create a SB Subscription Filter:An unexpected error occurred during processing. Message is 'The operation is not supported for an entity with partitioning...
View ArticleMessageSessionAsyncHandler.OnCloseSessionAsync() gets called only after the...
Hello,We are using MessageSessionAsyncHandler as described here: https://msdn.microsoft.com/en-us/library/azure/dn790528.aspx With one difference – we register it using the provided factory method:...
View ArticleMax number of messages for Service bus connector
I was playing around with the service bus connector, and observed, if I have 100 messages in my subscription queue ( where the connector is pointing), first 10 are read successfully, then next 10 go...
View ArticleServiced Bus Topics broken? DOWN?
We had problems this morning around 10AM BST on one of our Cloud Services, and now again for another (from 1300 BST). It appears as if our roles are have problems opening a stream to their service bus...
View ArticleTopic and Subscription Limits
Hi, I see that the maximum number of topics and queues in a service bus namespace is 10000 and that the maximum number of subscriptions per topic is 2000. I would like to clarify that subscriptions...
View ArticleNeed to know which service bus messaging service I should use
Hello,I need to create an intermediate service which will contain Notification Hub and Service Bus messaging logic. This intermediate service will interact with my Web API and other service like...
View ArticleWindows service hosting in azure
I am very new to cloud and azure technologies. I have windows Desktop application client. I want to deploy its server in Azure as a service(is it rght?). Which azure option I need to chose and where I...
View Article'Failed to create Event Hub' error when trying from old portal, also from C#...
Question from Sanjay Singh (@_SanjaySingh) via Twitter: I am getting 'Failed to create Event Hub' error when trying from old portal. I get the same when trying from c# code.Thanks, @AzureSupport
View Articleusing servicebus in asp.net5
Hi, i am setting up the asp.net5 web api project and i want to use the nuget package WindowsAzure.ServiceBus (2.7.5). and i got the following error :The dependency WindowsAzure.ServiceBus 2.7.5 in...
View Article401 - using peek and lock Rest API
I am referring to following link : https://msdn.microsoft.com/en-us/library/azure/hh780722.aspxI am currently using java with jersey client to using this API but receiving 401. The response entity is...
View ArticleWill version 2.0 be released for on-premise Windows Service Bus?
I see that version 2.0 of the Service Bus has been released onto Azure, but the Windows Server version is still stuck at version 1.0Does Service Bus have a future for on-premise applications?...
View ArticleAzure Hosted Service Bus : “The X.509 certificate CN=servicebus.windows.net...
Using Azure SDK 2.3 on my vs2013 development VM I can consume Service Bus queues hosted in Azure painlessly. However, on Windows Server 2008 R2 Standard SP1, it looks like Windows can not trust the...
View ArticleEventHub and QPID Proton example failed!
Hi All,I've follow the article "Get Started with Event Hubs"(from Azure site) to install QPID and build the example code.Sender(proton c version) keeps send out message but my Receiver(c# version) can...
View ArticleHow to allow 3rd party IoT Devices to publish to my Service Bus
I'm laying down the architecture for a Web Api that will be open to third parties on a subscription basis, and the third party's own IoT Devices will need to publish events "directly" to my own Azure...
View Article