How do I trigger @MessagePattern from RabbitMQ Management plugin? Im having trouble with this since I want to connect to another service that doesnt use nest.js and I need to know how to trigger the pattern first without the nest.js client.emit. Thanks 🙂
#Triggering Message Pattern [RabbitMQ] (Closed)
1 messages · Page 1 of 1 (latest)
I believe nestjs publishes a plaintext message with a json string as payload
{"pattern":"do-something","data":"..."}
Thank you very much, it worked! 😄