Azure Event Hubs - Error Message when passing it as parameter "Overloaded...
We are sending a file path as message through azure event hub and when passing received messages to spark.read.json as parameter getting an error message"overloaded method value json with...
View ArticleGetting a "Microsoft.Azure.ServiceBus.ServiceBusCommunicationException" when...
Hello,I am trying to reproduce the simple example explained here about the use of Service Bus:...
View ArticleNewbie Question - sending VM TAG Changes to Service Bus
Hi All - new to this forum. Really appreciate any assistance. I have spent way too many hours recently trying to do what I thought should be pretty simple.I want to subscribe to an event stream that...
View ArticleAzure Service Bus Queue Portability
Is there a way to communicate with the Azure queue endpoint using AMQP 1.0 that does not require using the Microsoft.Azure.ServiceBus.dll? I am sending CFX messages successfully to a RabbitMQ broker...
View Articlesending azure monitoring alert to event grid or other event service
I want sending azure monitoring alert to event grid or other event service to use by other on Prem application. I have tried sending alert to action group as webhook which I use the event bus end point...
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 Articleread eventbus queue message
I want to check/ test the actual message on service bus, is there any curl or cli to read the actual message. I want to see before other system read the queue. raindrop18
View ArticleHow to receive pending message in Azure Service Bus queue?
Hi All, I am working on receiving a message from Azure Service Bus queue. I have created a queue (SampleQueue) and I am able to send the message successfull in that queue via POSTMAN using a SAS token...
View ArticleEventhub sends data out of order
When we use eventhubs we have a serious problem that events are sent out of order, 1 batch goes before another batch. This happens mainly if there are 2 paralel ampq connections. Most likely the ampq...
View ArticleHybrid Connection Manager UI Missing
I recently installed the hybridconnectionmanager on a new SQL server (2017 Standard on Windows DC 2016). I'm trying to setup a Hybrid connection and it appears the UI for the connection manager no...
View Articlecan we externally subscribe to azure service bus topic externally and...
Hi Microsoft azure team,i am working on a project which involves usage of microsoft azure cloud services.1.i have connected a raspberry pi + DHT11 sensor to the cloud and sent the sensor data to the...
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 Article503 Error on service bus message send from Logic Apps.
RunID: 08586362653094527714745890400CU34Subscription: 0d440ec8-b273-4af9-b797-b209e72c0399Raw outputs { "statusCode": 503, "headers": { "Strict-Transport-Security": "max-age=31536000;...
View ArticleLOCKUNTIL?
Hi,I am trying to develop a real time system which utilizes a Service Bus. I have a Trigger on a Service Bus Queue which takes each message and fires off an Azure Function. Please see my attachment. My...
View ArticleAzure Service Bus Premium - Geo-Recovery
I have a Premium Service Bus namespace in one region, and have created another one in another region, as a secondary. I have enabled Geo-Recovery on the primary, and have configured the pairing with...
View ArticleHow to log messages?
I'm trying to figure out how to get a log of messages in the ServiceBus in log analytics, something that would list message events and some info about them. I cannot figure out how to do this from any...
View ArticleService Bus Queue Replication
HelloWhat I would like to do is use a Queue which is part of our Production Application to assist me in testing a new Application. In other words I would like to have this one queue, lets call it the...
View ArticleCant access the data from Service bus Queue from Tibco using Apache qpid...
Hi, From Last week we are facing issues to access data coming from stream analytics to Service bus Queue.The adapter we use at our side to read from service bus queue is a JMS application. It use...
View ArticlePayload Format Recommendations
In Microsoft's documentation about Messages, payloads, and serialization it is recommended to use JSON and Apache Avro as payload formats for structured data. What is the reasoning behind this...
View ArticleReliable Communication from On-Prem .NET services to Azure Service Bus
Hi,We have a number of Azure WebJobs that integrate with on-prem apps using Service Bus in a store-and-forward scenario. The overall architecture is that we receive HTTP messages that come in from the...
View Article