Batch Sending Messages
The way I understand the documentation is that if I send a batch of messages (say 100) totaling more than 256K then sendbatch will automatically chop the messages into blocks with each less than 256K...
View ArticleIssue using MQTT and Device SDKs with IoT Hub
FromTùng Xuân @lxuntng1 via Twitter @AzureSupport I'm trying use mqtt and I can't use device SDKs (npmjs.com/package/azure-…) It can't connect to iot hubWe provided: aka.ms/d1025933@AzureSupport I got...
View ArticleSending messages through a proxy
If I use REST API I can configure proxy server in my code so that messages are sent through the proxy. But in Service Bus SDK what is the way to do this?Frank
View Articleservice bus returns NoContent upsides having stored messages
Using C# and the Rest API for consuming my azure service bus queue, I'm launching batches of async Tasks... But I notice that several times the Peek-Lock returns NoContent (No message) when there are...
View ArticleAzure Service Bus support for DNX - DotNetCore 1
We would like to use DotNetCore 1 along with Azure Service Bus for a large application. The application is at this moment as a greenfield state. I agree we do have support based on REST for ServiceBus....
View ArticleLooking for concept for service bus
i need a basic concept about what does means service bus ?what kind of purpose service bus solved and when people use service bus. please discuss the utility of service bus with example and...
View ArticleService Bus for Windows server - subscriptions with a large number of filters...
I have a set of classes to be subscribed to messages from service bus topic. All of that classes wants to receive only certain message types, for example:public class MySubscriber : IBusSubscriber,...
View ArticleAzure Service Bus Emulator
HiI am developing a WebJob, which use service bus queue, but I don't have Azure accountExists some emulator to test the webjob ? I need to take queue input to simulate the...
View ArticleEvent Hubs - is there a way to obtain the IP address of the device sending...
I am posting to an Azure Event Hub using HTTPS. Is there a way to obtain the IP address of the sending device? I looked at the IEventProcessor and EventData APIs (e.g....
View ArticleAzure Service Bus Relay: MEX Endpoint Error 500
Hi,I have exposed a Biztalk 2013 R2 Orchestration via a WCF service using the Biztalk WCF Service Publishing Wizard with a Sevice Bus endpoint.I can see that the IIS WCF Application has established the...
View Articleiot hub https endpoint proxying
So I have a cellular modem that absolutely hates doing SSL with the azure-devices HTTPS port. SSL connections to the MQTT port work fine but the HTTPS port fails to complete handshaking (manufacturer...
View ArticleCan we use metricResourceUri in azure VM scale sets to point to a service bus...
Question from @abbasi_z via Twitter: Can we use metricResourceUri in azure VM scale sets to point to a service bus queue length directly? Trying to scale vm on queue length. Using custom perf counters...
View ArticlenamespaceManager Connection Issues
Using precise code from following article:(https ://azure .microsoft .com/en-us/documentation/articles/service-bus-dotnet-how-to-use-queues/)var namespaceManager =...
View ArticleAre Event Hubs and IoT Hubs compliant with HIPAA?
I see here that Service Bus is HIPAA compliant and I would like to know whether that also covers Event Hubs and IoT Hubs. I know that Event Hubs and IoT Hubs are both built on top of Service Bus, but I...
View ArticleConnect Raspberry pi and Azure iot hub or event hub
Hi everyone,I have a raspberry pi which installed raspabian. Now I want to send data from my raspberry pi to Azure Iot hub or event hub by using MQTT. I see that there is no sdk for python now, can I...
View ArticleIssue: Vulnerability in Microsoft Service Bus Could Allow Denial of Service...
Hi,I'm currently working for a client on a large project in Norway, and we are experiencing DOS problems using AMQP protocol for sending messages to Service Bus Server 1.1 for Windows Server.Every 1-3...
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 ArticleNeed some help with Azure IoT Suite.
I've used Azure IoT Suite to create a remote monitoring solution.To my understanding all it does is it provisions the workloads in the Azure for you with your Azure account.First, is there a visual to...
View ArticleIs there any SDK available for receiving the messages from IoT hub to devices...
Hi, I am working on internet of things technology, in one of my project I have used an IoT hub for sending the messages to hub, for that I used the SDK as Microsoft.Azure.Devices.Client its working...
View ArticleRetrieve connection strings and primary key Azure Event Hub
Hi,I have created Azure Service Bus namespace,queue and event hub and the respective authorization rules using ARM template. Now I want to retrieve the connection string and the primary keys using...
View Article