pnxtech / hydra

A light-weight library for building distributed applications such as microservices

Home Page:https://www.hydramicroservice.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sendReplyMessage to sender instance

mindesik opened this issue · comments

Is this possible to send reply to sender node (if have multiple instances running)?

@mindesik yes you only need to prefix with the sender hydra.instanceID. Let me know if the information on the following page isn't helpful: https://www.hydramicroservice.com/docs/hydra-core/messaging.html

@cjus thanks, but how to use this with sendReplyMessage?