-
When running sudo ./setup.sh I'm getting the following error - fatal error: azure_c_shared_utility/xlogging.h: No such file or directory
I'm guessing the azure_c_shared_utility should be part of the …
-
Bug discovered while adding stress tests (#22852).
When a link is continuously force detached over a long period of time, we want to make sure that we continue receiving messages and the link attac…
-
I used this C SDK to consume the msg from eventhub, the following error always happens in consumer side. It will cause that underlying connection is closed, SAS CBS PUT operation failed, then msg rece…
-
All c files where async_operation_destroy is used should be verified to make sure they are not calling free() on the async operation instances.
This is to address other potential issues like on #19…
-
Tests aim at preventing issues like https://github.com/Azure/azure-uamqp-c/issues/197
Tests must address scenarios using SAS and x509 authentication, as well as be set to run on Windows and Linux e…
-
It seems one of the latest logging changes crashes in connection.c `log_outgoing_frame` (probably incoming frame too, but the code doesn't get that far).
By reverting these changes:
- Removing th…
-
To suggest an idea or inquire about a new Message Broker supporting feature or any other enhancement, please follow this template:
**Is your feature request related to a problem? Please describe.**…
-
Hi guys!
Building with MinGW on windows will fail with error, because of this code in azure-uamqp-c\CMakeLists.txt:
IF(WIN32)
#windows needs this define
add_definitions(-D_CRT_SECURE_NO_WA…
-
Hi,
I'm looking for a way to filter the messages received by providing an offset or time frame that I want to receive.
As far as I can see the Event hub supports something like this in combination w…
jo-me updated
3 years ago
-
Does Azure Eventhubs library support Amqp through websockets?If yes, how do we configure that?I need to find some information how to send the event hub messages through a proxy?