Message Session start and end
Could anyone help me to understand in session enabled queue/topic, how to recognize session start and end when sending/receiving messages? And is it always compulsory to start/end sessions?
View ArticleHow to enable Azure Event Grid Webhook to Azure VM
We're using Azure Event Grid Webhooks (https://docs.microsoft.com/en-us/azure/event-grid/receive-events) with the endpoint configured as a server running in an azure virtual machine. The VM is running...
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 ArticleInspect server errors from storage account
I have configured several event hubs. I connect to these hubs using the Spark event hub connector.After successfully processing numerous of messages I encountered problems now. My Spark app does not...
View ArticleLoad balancing consumer with Azure Topics
I want to know how i can achieve below behavior using Azure Service Bus Topics.Sender sends different message (say A1, B1, C1, A2, B2, C2). Service1 should process messages of type A , Service 2 should...
View ArticleAvoid Converting DateTimeOffset to UTC time in Azure EventGrid
I've been testing out Azure's EventGrid and one of the things I'm trying to do is send an event where part of the PayLoad is a DateTimeOffset field. I'm publishing the event using the standard...
View ArticleApp developed on Android 7.0 throws NoClassDefFoundError while connecting to...
We have created an Azure Event Hub and are getting an exception when the following line of code is executed. we are getting the below exception where in Android studio suggests that java/time/Duration...
View ArticleAzure Service Bus: single producer and multiple consumers scenario for...
I am new to Azure Service Bus and having a difficult time wrapping my mind around a few concepts, so any help is greatly appreciated!I have distributed (Service Fabric) applications, say A and B where...
View ArticleAzure event hub - Auto infalte
Need clarification on Auto-inflate feature for Azure Event Hub, documentation does not have enough details. Confirmation on scale up and scale down of TU How quickly it adapts the changes...
View ArticleAzure event hub - Brokered connection
Need to understand how are the brokered connection considered / counted in Azure Event Hub.Do we count each input and Consumer Group as an individual brokered connection ?
View ArticleProblems with AZURE SERVICE BUS QUEUES
Hello everybody!I am developing a JAVA Service that requires two different processes, one is the REST service, an the other one the WORKER SERVICE. There is a QUEUE between both services. The REST...
View ArticleIntegrating with Salesforce Platform Events
Is there anything in the roadmap which will support utilizing Service Bus, Logic Apps in order to integrate with Salesforce Platform Events? I'm happy with the features available in Logic Apps and...
View ArticleReceiveTransport Faulted: TimeoutException
Hi, We use azure service bus (with masstransit) and regularly get Timeout exceptions causing receive transport faults.TrackingIds : 2c64265a-147a-4f0b-b476-07f34daeabc2 ,...
View ArticleMicrosoft Azure ServiceBus Nuget package update issue with visual studio 2015
Hi, I am getting below error when i tried to install azure service bus nuget package against visual studio 2015 Attempting to gather dependency information for package...
View ArticleMicrosoft Service Bus Gateway Event ID 1000
I have Error when i have run the Services Bus Message:Failed to start Service Bus Gateway Service.The description for Event ID 1000 from source Application Error cannot be found. Either the component...
View ArticleCheck if the EventHub namespace and instance exists
Hi,I am writing a C# app which sends data to evenhub. How do I check in my program to ensure that the namespace and instance of eventhub does exist?thanks
View ArticleHybrid Connection Manager UI Setup
Hi,I logged the following with @AzureSupport Twitter:"I have just downloaded the hybrid connection manager ui. I am stuck in an endless loop of 'Configure another Hybrid Connection' > log in >...
View ArticleService Bus - Fail Back
All documentation talks about initiating fail over with Alias, but I need to know how to accomplish Fail Back once primary service bus is back again on the same Alias.
View ArticleService Bus Disaster swap exception type and how to do a drill
Hello,We are integrating disaster recovery to our solution based on service bus. Following the Active-Passive pattern as implemented in this repo:...
View ArticleMessages transferred automatically from "active message" to "dead letter queue"
Hi,I would like to understand the behaviour of service bus regarding the dead letter queue. We are using service bus premium.I send message to a queue in order to reach the queue size limit.When the...
View Article