Is this possible in a publish/subscribe pattern?
- A publisher publishes a message to a topic;
- Subscriber(s) receive(s) the message;
- The subscribers reply to publisher with a custom message.
Is step 3 possible? I'm designing a system that will use MQTT protocol (communication between smartphones and microcontrollers). However, the subscriber needs to send an answer to the publisher other than the Acknowledged message.