In the MQTT container, there is the nice feature of subscribing to a topic for an agent.
The messages sent to the subscribed topic will be passed to the normal agent inbox.
It may be a nice feature to instead optionally set a callback method as the receiver (via message_callback_add method of the paho client).
In the MQTT container, there is the nice feature of subscribing to a topic for an agent.
The messages sent to the subscribed topic will be passed to the normal agent inbox.
It may be a nice feature to instead optionally set a callback method as the receiver (via
message_callback_addmethod of the paho client).