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
{{ message }}
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
When calling amqp.publish() I am receiving an error from RabbitMQ that my message is missing the reply_to property.
Here is what I have as my publisher:
When calling
amqp.publish()
I am receiving an error from RabbitMQ that my message is missing thereply_to
property.Here is what I have as my publisher:
I have also tried passing the publish option as
reply_to
andReplyTo
but to no avail 🥲The text was updated successfully, but these errors were encountered: