Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Publish to multiple topic on pubsub

HI Team,
I am working with mqtt-paho. MQTT Version 3.1.1 on Ubuntu machine.
Project Requirement:
1. Subscribe to mqtt brokers (there are multiple brokers)
2. Publish message of each broker to pubsub topics. Where pubsub topic and mqtt broker have 1-1 relationship.

Questions:
Can I parallely send messages to different pubsub topics based on from which broker topic the message is arriving?

Thanks
Urvashi

Back to the top