How to Receive Bulk Messages from Azure Service bus
In my application all the events are getting stored in Azure service Bus queue, and another component reads that queue and process the events.We are using Azure-servicebus java sdk version 0.9.2....
View ArticleCannot post to an event hub from a cloud service
I am trying to use an EventHubSender to send messages to an EventHub from within a cloud service. public async Task SendMessageAsync(T message, Dictionary<string, string> properties)...
View ArticleAzure - Iot Hub and Web API
Hi,We are designing project now, our devices send data's to cloud frequently ( per second 10 request to cloud via multi thread )Minimum 10000 devices going to use in live, so we are expecting request...
View ArticleProblem getting a custom PowerShell cmdlet to send something to an EventHub -...
The issue is actually a more basic PowerShell / .NET 4.5 compatibility issue. I believe all of the ServiceBus assemblies are dependent on .NET 4.5 runtime.If I'm corresponding creating a PowerShell...
View ArticleDramatic performance slowdown in Service Bus: Why does recreating queue fix...
Starting Sunday afternoon (April 17, PDT) I noticed a huge slowdown across all of my WebJobs. I let it go until yesterday, hoping it was a temporary problem. Yesterday I dug into the problem and...
View ArticleIssue when trying Azure Mobile Service Scheduled Job
From Krishna Murthy @MurthyVenkata via Twitter,No sure if this is the forum but we have been having "Exception=Microsoft.ServiceBus.Messaging.MessagingCommunicationException: The X.509 certificate...
View ArticleRetention Period configuration on Event Hubs: What are they supposed to do?...
I created an Event Hub about 300 hours ago (~10 days) and pushed about 700 events into the hub. Today when I fired up Service Bus Explorer (i.e. 10 days later), I was very surprised to see the...
View ArticleOn-Premise (or Azure Pack) Support for Event Hub
Hello,Is there any plan on supporting Event Hub on Azure Pack?Thanks
View Article[BUG] REST API throws 500 Internal Server Error when a Message contains a...
When I push a message trough the Service Bus and I want to fetch it with the REST API (trough the PHP SDK for example), a 500 Internal Server Error is thrown when the Message contains a Message...
View ArticleHow to Read/Write Message to a Service Bus Queue Using Javascript ? avoiding...
I have a requirement of reading the value using client side application (javascript) and send it to the azure bus queue.As this is completely client based application, I would like to use java script...
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 ArticleDeploy Python based application to Marketplace
Hi,One of my customer is having a web application developed in Python and hosted on Azure. The application helps users to take backups to azure storage from individual folders, virtual machines images...
View Articleprocess IoT Hub device-to-cloud messages failed in visual 2015 C#
hello, i created the IoT Hub in Azure and follow the tutorial in this link ( I code 100% like this) https://azure.microsoft.com /en-gb/documentation/articles/iot-hub-csharp-csharp-process-d2c/ but...
View Articlestuck to create a SAS key, getting "401, No value"
Posting on behalf of @effortphydr via Twitter:I'm generating a SAS key by ruby. It generates some token, which seems correct but wrong. When I use this token, it returns '404 No value' Could someone...
View ArticleUnit test BrokeredMessage
Hi! I have troubles writing unit tests of methods that uses BrokeredMessage, since I do not know how to set the state of the message. For example, I have message.Complete() inside a method that I want...
View ArticleSomething wrong with the Iothub demo
when i run the iothub demo from the azure website ,it always occures the exceptio,just like that:Exception:Microsoft.ServiceBus.Messaging.MessagingCommunicationException was unhandled...
View ArticleCan't uninstall service bus
Hi,When trying to uninstall Service Bus i get this error:"This computer is part of a farm. To uninstall, first leave the farm either using 'Leave from Farm' option in Service Bus Configuration tool or...
View ArticleServiceBus queues/topics flow control
Hi,I want to use the ServiceBus queues/topics to control the flow of messages.What I need is to do is to send messages to queues and I want these messages to be consumed by applications but I want to...
View ArticleMessages directly go into Deadletter queue without processing
I have encountered a strange error where messages directly get into dead letter queue without even processing. The QueueClient.Send() method directly inserts queue messages into dead letter queue. Is...
View ArticleRun a simple C sample on Intel Edison
Hi all , I am trying to connect a intel Edison to IOT hub as to documentation on Azure at Git...
View Article