You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I am trying to implement protocol in python (https://moleculer.services/api-0.11/protocol.html)
But, when I am running moleculer service using simple command: moleculer connect amqp://localhost:5672
it creates queue MOL.HEARTBEAT.<nodeID>, but there is no mention about this in protocol description
So, whether description complete? and can I implement this protocol for python services?
The text was updated successfully, but these errors were encountered:
Hello
I am trying to implement protocol in python (https://moleculer.services/api-0.11/protocol.html)
But, when I am running moleculer service using simple command:
moleculer connect amqp://localhost:5672
it creates queue
MOL.HEARTBEAT.<nodeID>
, but there is no mention about this in protocol descriptionSo, whether description complete? and can I implement this protocol for python services?
The text was updated successfully, but these errors were encountered: