I set up an architect for my solution think that iot hub does the work of an mqtt broker, but when I started the implementation , I found that you cannot subscribe to a specific subject to retrieve messages published by another mqtt client, the notion of topic does not exist on iot hub.
I have read several articles about this subject but I have not found an appropriate alternative. Iot hub has only two topics, and event hub endpoints are limited to 10 endpoints Can you guide me or suggest a solution with a broker? How can I subscribe to a specific topic?
I want a device to device communication with pub / sub
Example: a device publishes on a topic / home / room another device subscribes to / home / room using iot hub
I am open to all proposals
Thank you