An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
Hello @Marvin Schwander ,
Welcome to this Azure community forum.
You have an issue with the Azure Eventgrid Namespace MQTT broker support.
Although the broker follows the plain MQTT protocol requirements and the configuration is very flexible, debugging message reception can be a thing.
I wrote a blog post in the past showing how to get a working environment.
I would suggest trying of-the-shelf clients first, like MQTTX for sending and receiving messages.
I can also recommend using MQTT Explorer for testing reception in general.
One special thing is the client group assignment. Check this blog post showing how we can test the relationship between clients, client groups, topic spaces, and topics in one go.
Last but not least, I would prevent overlap in topics during testing at first:
aaa/#
aaa/+
These two overlap; I'm not sure what happens.
- Is a message published on topic 'aaa/bb' ending up on both topics?
- Do subscribers receive the same message twice?
Keep it simple and have a working connection first before you experiment with more elaborate solutions.
If this answer helps you, marking it as the accepted answer is appreciated. All community members with similar questions will benefit by doing so. Your contribution is highly appreciated.