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
I have this project using op-rabbit and I'm trying to send a message directly to a queue but the queue doesn't exist yet.
I'm using rabbitControl ! Message.queue(message, queue = "the_queue") to publish messages but I can't find a way to 1) declare the queue and have it created automatically and 2) use additional parameters such as ttl.
Is it possible to achieve that or do I have to manually create the queue with such properties?
The text was updated successfully, but these errors were encountered:
I have this project using
op-rabbit
and I'm trying to send a message directly to a queue but the queue doesn't exist yet.I'm using
rabbitControl ! Message.queue(message, queue = "the_queue")
to publish messages but I can't find a way to 1) declare the queue and have it created automatically and 2) use additional parameters such asttl
.Is it possible to achieve that or do I have to manually create the queue with such properties?
The text was updated successfully, but these errors were encountered: