MessagingFactory.CreateQueueClient
When I call MessagingFactory.CreateQueueClient from a C# project, running the code from my local machine, it takes 20+ seconds to complete. Is that normal behavior?(this is an Azure Service Bus, not...
View ArticleUnable to upload APNS Certificate in Notification Hub configuration
After generating a .p12 file from my keychain (following the recommended steps here: ), I upload it to the notification hub configuration and get the following error message:SubCode=40000. Failed to...
View ArticleIIS AUTO START SERVICE BUS
1) I have a WCF project hosted on IIS . 2)option autostart enable(not work)My SystemsIIS 8 Self fabric 1.1 VS 2013<service name="Nobre.Service.RelayService"><endpoint...
View ArticleDurable Client Side Queue using Service Bus for Windows Server AND Service...
I'm curious what it would take to build a durable client side message queue solution using Service Bus for Windows Server AND Service Bus Azure. At a high level, what I (think I) want is to use Service...
View ArticleHow to Monitor Azure ServiceBus DeadLetter Queue Messages
We have an Azure Service Bus which has multiple queues and we would like to get monitoring and alerts setup on the DeadLetter Queue Messages so that an action can be taken on them.I understand that...
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 ArticleSend XML Data File using Service Bus
Hi,I am very new to Service Bus; I understand the concept of sending and receiving messages, but would like to know if it is possible to send a data file (a potentially very large XML file) as an...
View ArticleService Bus for Windows Server
我在开发Service Bus for Windows Server过程中遇到一些问题,Jessica Lu让我联系你。我按照(https://msdn.microsoft.com/library/azure/dn282152(v=azure.10).aspx)的介绍配置了一台Windows Server 2012的机器搭建了Service Bus for Windows...
View ArticleAzure ServiceBus Dynamic activation like MSMQ
I am a beginner with Azure service bus so please excuse my ignorance with the subject.We have an existing application that uses MSMQ and WCF Service to receive messages from the queue and process them....
View ArticleAMQP Interoperability with Service Bus is dependent on TransportType - .NET...
I have found a really strange behavior in the Service Bus interoperability implementation.I am sending data from a .net client (WindowsAzure.ServiceBus 2.7.3) to Proton-C Clients on various platforms...
View Articlequickclient.Peekbatch returns less number of messages than queue count
Hi,I have any azure service bus which posts messages to my database. I want to investigate DeadLetter messages in Bus. for this I am using Service Bus explorer and using QuickClient.PeekBatch, I am...
View ArticleGet signed SAML-token when using passive federation on Azure Web App
I currently have an on-prem application which allows users to connect to it through the Azure Service Bus Relay (ADFS, STS, ACS).The signed SAML token is used to validate the user, and create the...
View ArticleDoes Service Bus REST API supports verb tunneling?
Hi,I'm calling the Service Bus REST API to get data from a Topic Subscription from an IoT device that only supports GET and POST verbs.Tried to use the X-HTTP-Method to send a DELETE but it seems to...
View ArticleAzure Event Hubs Python and JavaScript SDK no longer working?
So I've been using Azure Event Hubs for about a year now via Python, C# and JavaScript. Recently (week and a half), Python and JavaScript stopped working, with post requests returning 40100...
View ArticlePowershell: How to create/Manage Shared Access Policy for a Service Bus queue
Am able to create the queue with the below code,$queuename = "samplequeue" $CurrentNamespace = Get-AzureSBNamespace -Name "mynamespace" $NamespaceManager =...
View ArticleInvisible subscriptions?
Hello,I'm currently experiencing weird subscription count behavior. When looking at topic it has subscription count of 4, but when I try to list all subscriptions list contains only 2 entries. It seems...
View ArticleDelete messages from Event Hub
HI Team,Is there any way to Delete or clean all messages from Event Hub
View ArticleEvent Hubs AMQP connectivity for Java
I'm trying to use AMQP/JMS from Java to an Event Hub but there are no actual examples or docs on how to properly do so. I managed to get it working somewhat by subscribing to a topic of...
View Article500 error returned from NamespaceManager.RevokePublisher() for Event Hubs
Hi,I'm trying to call NamespaceManager.RevokePublisher() for my event hub, and the error I'm getting back is:"The remote server returned an error: (500) Internal Server Error. Resource Conflict...
View ArticleFuture of on premise version of service bus
Hello, Does anyone have any insight on whether the on premise version of the service bus will be supported in the foreseeable future? It seems that it hasn't been updated since 2013, even though a...
View Article