Connection string for Qpid?
Hello,It was very exciting to hear that Microsoft themselves use the lightweight bus "Apache Qpid" in their internal development. I am just getting started playing around with buses and would like to...
View ArticleSending data to an Azure Event Hub from an iOS device
I have been unable to find a library that will allow an iOS application to communicate with an Azure Event Hub. Preferably, the library should use the AMQP 1.0 protocol -- since Microsoft recommends...
View ArticleConsuming Event Hub messages with the IEventProcessor interface
Hi - It seems that I am doing something wrong when I try to consume messages off of an Event Hub using the EventProcessorHost with an implemented IEventProcessor Interface.If I manually create a...
View ArticleEvent Hubs EventProcessingHost and partitioning over worker roles
Hi,I have a question after reading the programming guide here:https://msdn.microsoft.com/en-us/library/azure/dn789972.aspxMy understanding is that if I'm using multiple worker roles on the same event...
View ArticleAppropriate use of ServiceBus Relay for large number of clients WCF
I was hoping for some design advice on the use ServiceBus relays and if the they are the most appropriate technology for my use case.Summary of setup 1. There are 1000's of clients 2. All clients are...
View ArticleSend Command From Website to Device Behind Firewall
I have an embedded device which needs to have an event triggered (sensor) by pressing a button on a website. This device will most often be behind a firewall on a local network.I have been told that...
View ArticleEvent Hubs with IoT device and HTTPS
I am currently working with setting up an Azure IoT demo showcasing the power of Event Hubs and a few other technologies. The devices I am working with use very basic WiFi chips that run off AT...
View ArticleAzure Service Bus Relay is encoding message to base64 intermittently
I created a relay endpoint from BizTalk server and it worked fine. Later all of a sudden without me making any changes, it stopped working. In troubleshooting I found that BizTalk is receiving the...
View ArticleTransactional send & receive
Is it possible to perform a receive from one queue, and send to another within the same transaction? e.g.:using (var tx = new TransactionScope()) { var inMsg = recv.Receive(); var val =...
View ArticleProblem with understanding Event Hub Partitions
Hi I'm new to the Microsoft Azure Cloud PlatformAnd I'm trying to understand the Azure Event Hub. I seem to have a hard time understanding the purpose of splitting the Event Hub in Partitions. Event...
View ArticleCan I use WindowsAzure NuGet package for Windows Server development?
Which Nuget package should I be using when developing a service that uses the Service Bus for Windows Server 1.1? I've been using the 'ServiceBus.v1_1' package up to now, but on a whim tried using the...
View ArticleFew Queires related to service bus
I have implemented service bus and has encountered with few queries. Could some one help me in answering them1. As per the recommendation from Microsoft, for Highly Available architecture for Service...
View ArticleOnMessage / OnMessageAsync and processing order
At the minute I'm trying to balance processing and throughput in a system where I need to ensure message order. The processing part basically involves a transformation and output to another service...
View ArticleAzure Service Bus SAS authentication returning IPs instead of FQDN
Hi,When authenticating to a service bus using SAS, the SAS service will return two URLs with access tokens in the query string.The URLs are returned using IPs, e.g...
View ArticleMessagingCommunicationException - Azure service bus
Quite frequently i see below errors in log files, are these not internally handled by service bus and retry ?. These doesn't seem to be timeout error and according to information from MSDN retry policy...
View ArticleTimeout using WCF to send messages to an Azure Service Bus topic
It might be getting a bit dated, but I am using this article as my example:http://blogs.msdn.com/b/tomholl/archive/2011/10/09/using-service-bus-topics-and-subscriptions-with-wcf.aspxIf there is a more...
View ArticleUnable to send message in Service bus queue through Webrole which are...
I have created two Azure VPN and two cloud services(deployed webrole) and one service bus queueFirst Azure VPN and cloud service(deployed webrole) is created in same affinity group.Second Azure VPN and...
View ArticleHELP: All writes to Azure Service bus are failing
What do we do? All writes are failing with an internal provider error. Here's one of the tracking numbres:73fe4521-ffc5-4d0d-bdcf-7cc647a992a4_G20,TimeStamp:4/2/2015 5:11:15 PMThe management portal...
View ArticleEvent Hub - EventData.Properties - does this work for HTTP client?
I'm using the Event Hub. I have a .NET client where I send EventData instances using the service bus AMQP client. I set a few custom properties on each EventData instance (Properties collection), which...
View ArticleDoes partitioned service bus queue provide fail-over redundancy?
Earlier today we had our production environment fail catastrophically because of 2 of our service bus queues being unavailable. My situation was the same as described in:...
View Article