Can messages from Azure Event Hub be filtered to this level
I'm presently designing an IoT Event Hub architecture within which all connected IoT devices that publish messages to the Event Hub, will include the Latitude and Longitude of the originating device as...
View ArticleError during communication with Service Bus. Check the connection information
I get below issue while accessing service bus< Error><Code>500</Code><Detail>Error during communication with Service Bus. Check the connection information, then retry....
View ArticleHow to create the mentioned exceptions for event hubs
For testing purpose I need to create below mentioned exceptions for event hubs. Please share information if any of it can be imitated.1. ServerBusyException 2. MessagingCommunicationException 3....
View ArticleManual Subcription Creation and Empty a queue
Is there a way to do following1) Manually Create a Subcriber to a Service bus topic.2) Manually empty/clear all the messages.
View ArticleThe type initializer for Microsoft.ServiceBus.Messaging.BrokeredMessage threw...
Dear all,We use windows service bus 1.1 for our website. Today, there's a unhandled exception when sending the message to the bus: The type initializer for...
View ArticleDelete messages from Event Hub
HI Team,Is there any way to Delete or clean all messages from Event Hub
View ArticleExceptions on Renaming Queue
If I attempt to rename a queue to a name that I have used previously, but no longer exists it throws a 500 exception.The remote server returned an error: (500) Internal Server Error. SubCode=50000....
View ArticleAuto-forwarding across namespace/region
Is is possible to do this? If not, what are the suggested patterns for reducing latency when my deployment is in one region and my users are another. Its a mostly a request/response scenario. If...
View ArticleWhich is more fragile? - A ServiceBus connection vs App Server in VPN...
HiLet me explain the scenario first.We have on-premise large Oracle database above which lots of WCF services are written to read/write business transactions. Everything on-Premise so far. Now we have...
View ArticleFailed requests in Event hubs
Hi, In the Azure event hub if the message fail to load into event hub, how can we determine which messages have failed and what is the reason for failure? I have checked the operational logs but they...
View ArticleMicrosoft.Azure.ServiceBus.EventProcessorHost for Windows 10
I have followed the excellent article about service bus https://azure.microsoft.com/en-us/documentation/articles/event-hubs-csharp-ephcs-getstarted/ By Elio Damaggio.Now I wanted to create the receiver...
View ArticleUsing AMQP to send data from Android device to Event Hub?
I was able to test the AMQP Java example sending data to Event Hub. However, I was wondering if there is an example showing AMQP with Android? The qpid-proton client would not work due to the lack of...
View ArticleProblem Authenticating Azure Service Bus on Preflight request
I'm facing CORS issue accessing Web API service through Azure Service Bus. It appears that service requires authentication header for OPTIONS verb. But this preflight request is constructed by the...
View ArticleServiceBus Authentication on Pre-Flight request
Hi,I've a Asp.Net Web Api rest service connected to Azure ServiceBus. I'm making ajax calls to this service. So I need an access Token to be passed as a header i.e. "Authorization : WRAP...
View ArticleAzure Event Hub - Publisher revoke not working
When using a non .NET message sender (e.g. postman - chrome extension) to send messages via a revoked publisher, the following error is returned, but the message still gets into the event...
View ArticleEnabling Service Bus Access outside Azure Subscription
Hi,We are planning to set up a Azure Service Bus. We are a platform provider company, and have to provide access to our service bus to multiple tenants. Each tenant may have their own Azure...
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 ArticleUsing Shared Access Signature (SAS) authentication with Service Bus queue by...
Hi,I have the namespace of service bus, I also have a service bus queue name and a generated SAS signature, can I use it to create a QueueClient to access service bus queue?I looked around the APIs,...
View ArticlePossibility of lost messages
We are trying to use Service Bus for a life safety application. What is the possibility of a lost message with this facility?
View ArticleSingle receiver for multiple Azure Service Bus Topic subscriptions
Hi,I have created Azure Service Bus Topic samples from the Azure Service Bus documentation, however, I want to implement a single receiver that can receive messages from different Topic/subscriptions....
View Article