Concern regarding Consumer's metheod "consume" #378
moatazelmohtaseb
started this conversation in
General
Replies: 1 comment 1 reply
-
The fact that you don't use a specific method won't delete anything. Something else must be going on. Queues can be declared as temporary. In general, if you don't expect a service like Hutch to manage the topology, you probably don't want to use it at all. Just build exactly what you need using Bunny directly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a project I'm working on, there's a concern regarding
Hutch::Consumer#consume
method:What happens is that all bindings to the
test_consumer
queue will be removed, even ones I've manually created. Which might be risky in some cases (human errors in dealing with theconsume
method).The questions here are following:
Beta Was this translation helpful? Give feedback.
All reactions