IoT architecture question
Hi,I have a question related to an IoT architecture I'm putting in place. I would like using Service Bus to process sensor data (coming from sensors connected to edge-devices) in Azure Cloud and to...
View Articleaccess odata web-api from client application using service bus authentication?
I am developing an odata we-bapi which will be hosted in cloud and i need to access the web-api url in client application like console,excel,web etc with authentication, so i created service bus for...
View ArticleIs it possible to cancel a message that is schedule to be delivered ?
Hi,I want to use the service bus message schedule delivery in the following scenario:I have a Purchase Order that is processed by a BizTalk Server process. It is first received from a Service bus queue...
View ArticleWindows Server Service Bus 1.1 sometime freezes
I have benchmark which make async sends and async receives.First, I send 500000 short messages to queue. To not overload service bus with too many concurrent async requests I limit concurrent request...
View ArticleService Bus on an Azure VM
Hi,I have created a new VM in Azure (Server 2012 with SQL 2014). On that VM I have installed SB for Windows 1.1 Server. I can connect to it from the local machine but not from outside of the VM (i.e....
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 ArticleTimeout Exception in Windows Azure Service Bus Relay
When creating the WCF binding with the Azure service bus I get the connection timeout exception when try to open the ServiceHost.Below is my code var sh = new ServiceHost(typeof(ProblemSolver));...
View ArticleCORS issue in Service Bus Topic/Subscriptions
I am trying to connect Azure Service Bus in JavaScript, mainly Topic and Subscription, the CORS issue occurs. So, is there any public API allow me to set the Service Bus allowed origin just like...
View ArticleService Bus authentication
HiI am struggling a bit on security of Service Bus for Windows Server 1.1.My configuration needs to be: Service Bus installed on a VM in a data centre, with no Active Directory or Domain.Clients...
View ArticleWIndow Azure Service Bus Event Hub Receiving Data
Currently, the Service Bus Event Hub support HTTP and AMQP protocols, for receiving data, we only can use the AMQP protocol? I have downloaded a sample from CodeSamples, run it, got an exception: can...
View ArticleCannot get Ruby to work with Service Bus
We have been trying for days to get a simple ruby application to work with the Azure service bus. Below is the code we are using. Has anybody gotten this to work? We have tried every variation on the...
View ArticleHow to manage the SAS information in .NET client library
I want to manage SAS info in .NET client library, including add a new rule to the topic, modify the exist rule, or even delete. Is this possible?From my practice, I can only add a new rule before the...
View ArticleSending large messages
Hi,Can anyone point me in the direction of patterns of handling sending potentially large messages over Service Bus 1.1 please?I am using Service Bus to sent data down to some Windows Clients where...
View ArticleScheduled message delivery and duplicate message detection
Hi,I want to know how Service Bus 1.1 for Windows Server deal with the following situation:I want to detect duplicate messages on a queue, so I set the option on the queueI first send a message to the...
View ArticleConnection Azure service bus via Java client
I am trying to connect Azure service bus via Java client I followed the post in the link :http://azure.microsoft.com/en-us/documentation/articles/service-bus-java-how-to-use-jms-api-amqp/ But still...
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 ArticleService Bus template not available in Visual Studio
Hi, I have a fresh new setup of Azure SDK and azure Biztalk services(latest versions). I understand that following this we should have a service bus template project inside Visual studio which is not...
View ArticleFrequent FaultExceptions?
Can someone provide a bit more insight about what exactly causes Azure Service Bus to return FaultExceptions?These have started happening pretty frequently for us (every few minutes) and I'm struggling...
View ArticleDifference between QueueClient.OnMessage and QueieClient.Receive()
Hi,I was wondering is there was any difference in using Receive and OnMessage() on the queue client class. I know OnMessage takes the delegate to call when a message appears on the queue but is that...
View ArticleWho sent message on Azure Service Bus
Is there a way to tell who is sending messages to an Azure Service Bus Topic? We are receiving a null message each day at the same time and we would like to try and figure out who is sending it?...
View Article