DEV Community

Discussion on: How to read messages reliably from RABBIT MQ broker?

Collapse
 
il77enne profile image
Stefano • Edited

May you pass me the code? I am trying to achieve the same thing that you did. Thanks
I am trying to achieve the same thing on C#

Collapse
 
jbebar profile image
jbebar

Hello, I will check if I still have it 😅

Collapse
 
jbebar profile image
jbebar

its here for the receiver :
github.com/jbebar/rabbit-mq-sample...
for the sender :
github.com/jbebar/rabbit-mq-sample...

or also in the "git clone" commands in the article ;)