A request from the client instance has exceeded the maximum message size
Hi AllWe've been using the Azure Service Bus for some time, and are currently working up a new update to our system that uses it. The contract type that is transmitted in the BrokeredMessage is...
View ArticleAzure Event Hub Not Connecting
Hi,I am following this tutorial- https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-python-get-started-sendto send events to my event hub using PythonThe connection string of my Event Hub...
View ArticleAble to send message to queue from my machine but error occurred when I host...
I am able to send message to queue inside and outside of my company domain. but when I host it on a public server machine(means server that is not joined in our company domain) the below error...
View ArticleRelay Hybrid Connection - Need help
We are facing issues to establish control channel with relay hybrid connection. We referred below URL and it works well with console application however it is not working with web application/web...
View ArticleRouting Messages from Azure Event Hub to Azure Service Bus
Is it possible to automatically route/redirect events from Azure Event Hub to Azure Service Bus Basically i want to have a system-wide (used by the entire company) event hub and a service bus for a...
View ArticleAzure relay hybrid connection listener not reestablishing when internet is...
I have CUSTOM azure hybrid connection listener service running on premise with below mention code as MSDN suggested, but listener not getting reestablished when on premise INTERNET connectivity get...
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 ArticleAzure Service Bus to Event Grid integration
Hi All, Having started to investigate the use of event grid with service bus I am trying to determine if both are required when Topics are used or just Event Grid. I use an Event Grid topic currently...
View ArticleWhen using AMQP, is it encrypted?
Hi, I have a question about service bus.I am creating IoT system with service bus and a pub-sub application with Azure SDK.A pub-sub application publishes or subscribes data to/from service bus.The...
View ArticleDoes SAS token is generated inside of SDK?
Hi,I am creating an application which communicate with service bus in java language.Usually, SAS token generation is required to access to service bus.If I don't create token by myself, does SDK create...
View ArticleGetting an exception: Message handler encountered an exception...
HI ,I am getting below error while removing message from Queue.Message handler encountered an exception Microsoft.Azure.ServiceBus.MessageLockLostException: The lock supplied is invalid. Either the...
View ArticleUsing Service Bus to both send and receive messages
Hi all,I would like to know if it is possible to use Azure Service Bus inside an app that both sends and receives messages from and to topics.The issue here is that this application should be listening...
View ArticleEvent Hub/Service bus publishing publically
Hi,I know you can secure end to end messages in EH with SAS Tokens however is it suitable to expose Event Hubs publically without adding Layer 7 based security layers or Firewalls etc?This is for a B2B...
View ArticleGet messages from a topic subscription only brings one message
I'm testing the Azure Service Bus. so, I created a Topic and a subscription for the topic. Seems that everything is working as it should when inserting messages to the Topic. Things are also OK when I...
View ArticleOn premise Service Bus to Azure Service Bus - How to determine current number...
In the process of migrating from Microsoft on-premise Service Bus to Azure Service Bus and unsure how to calculate/compare our current usage with Azure's pricing tiers (will 'Standard' be sufficient or...
View ArticleFacing issue with sending message from cloud to device iot hub via...
//send.php<?php require_once __DIR__ .'/vendor/autoload.php';usePhpAmqpLib\Connection\AMQPStreamConnection;usePhpAmqpLib\Message\AMQPMessage; $connection...
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 ArticleSharepoint Workflow Configuration Error While joining an existing farm
Hi,I have faced an error while joining an existing workflow farm. I have installed the Workflow Manager 1.0 Refresh (CU2) and the service bus 1.1 (KB2972621) was uploaded with CU2. When I tried to join...
View ArticleREST API - some issues sending/reading messages to/from topic
Hi,I'm using Postman trying sending/reading messages to/from a Service Bus topic.When sending a message I get a 201 response (obviously the message was sent successfully); however on the Azure Portal I...
View Article