evrone / go-clean-template

Clean Architecture template for Golang services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sending RabbitMQ messages

minutazos opened this issue · comments

commented

Hello,

I am using this template for a personal project. I understand how to consume RabbitMQ messages, but I don't get very clearly how to send RabbitMQ messages, should I inject the RMQ client to the Usecase and from there call the method client.RemoteCall?

Thank you in advance!