Is event grid still in preview? Page says "You can have up to 1,000 Event...
I am wondering if the information on the pricing detail page for the event grid service is out of date? Is the event grid still in preview? I have a need to push a message to upwards of 1 million end...
View ArticleHow to notify a client WPF application about a remote db change
Dear all,I have a remote sql server database hosted in azure linked to a Web admin portal which is charge to configure some data configuration backend. Then I have a client WPF desktop application...
View ArticleConsuming Azure Queue message in Java using BrokeredMessage message ....
I am trying to receive Azure Queue Message from Java. I am able to receive message using BrokeredMessage in java. (I am a novice to java). My problem is message.getBody() is returning some header...
View ArticleCan we use HTTP protocal to pull event from Event Hub?
Microsoft document says Event Hub supports both HTTP and AMQP protocol, but I could not find out samples to use HTTP protocol to receive events. So, can we use HTTP protocol instead of AMQP to pull...
View ArticleAzure Service Bus - How to Process Messages over 256KB or 1MB
We have client requirement to receive message over 256KB (Standard Tier) or 1 MB in(Premium Tier).Currently Client is using Premium Tier and sending messages between 0.5 to 1 MB. We are consuming these...
View ArticleAzure Event Processor Host java library - ReceiverRuntimeInformation doesn't...
I am trying to get the last enqueued sequence number to track the lag between consumer and producer at the consumer end by leveraging ReceiverRuntimeInformation object provided by PartitionContext...
View ArticleHybrid Connection behind Proxy Server
Hi,I need to use the new Azure Hybrid Connection Manager (0.7.2) to connect my on-premise system to Azure. I can connect to the Internet using a Proxy server.I have updated both...
View ArticleHow to find the number of messages sent to Azure service bus topics
Hi Team, I am following the below article and was successfully sending the messages to the topic, but I want to keep track of the number of messages I have sent....
View ArticleService Bus monitoring solution?
Hi,Just wanted to reach out to the community to learn what approaches are being used to monitor Service Busses? In any system, the service bus itself looks like a great place to log and hook in...
View ArticleUse autoDeleteOnIdle when creating Azure Service Bus Queue in python
Hi,I'm using azure.servicebus package to manage some queues in my application. I'd like to set the autoDeleteOnIdle property on the queues I create in my code. Is it possible to do it?I tried...
View ArticleEnable partitioning option is missing while creating service bus queue
Enable partitioning option is missing while creating service bus queue
View ArticleIs it possible to forward the metrics information of Azure Service Bus into...
Hallo All,I use Azure Service Bus Queues extensively. And I am planning to use Azure Application Insights for monitoring Queues and to generate alerts.Is there a way to pass the metric information of...
View ArticleNo outgoing messages being created on Service Bus - randomly stops working...
Hi There,We have been having a problem for a while now where our Service Bus just stops creating messages - the request are all successfully received but no messages are then constructed and send out...
View ArticleTLS 1.2 support
Hi,May I know whether Azure Service Bus supports TLS 1.2? If supported then what version of .NET Framework is mandatory?If TLS 1.2 is not supported then what is the alternative.Thanks,Ravi
View ArticleHow to subscribe messages from Azure service bus topic subscription to web api?
We have multiple webapi(microservices). To communicate between these micro services we are using Azure service bus Topic\Subscription. How webapi controller can get the message subscription so that api...
View ArticleSending and Receiving Message from Service Bus Queue via Java Program
I am trying to Send and Receive message to Service Bus Queue via Java Program. I am following the official doc [send/receive doc], When I am writing the following Java Code below :-Configuration config...
View ArticleEvent Processor unit testing
Hi, I m trying to write unit test for my eventprocessor but I dont know how to moc context object. Any suggestions. This is openasync method I m testing public Task OpenAsync(PartitionContext context)...
View Articlehow to gracefully stop worker role with service bus queue
Hi we have a requirement we are using service bus to read message and process some data based on that message and we are using workerrole for better performance.The issue is when we try to deploy the...
View ArticleMessage lock lost - service bus outage?
Trying to troubleshoot what seems to be an Azure service bus issue - the message consumer is logic apps, but this felt like the more appropriate forum.I completed a load test over the weekend, around...
View ArticleProblems testing eventGrid topic.
I've created an eventGrid topic in my enterprise's subscription and when i try to send a message with postman i'm obtaining this error { "error": { "code": "InternalServerError",...
View Article