-
| Hi everyone, I'm trying to implement a sort of priority consumer, I'm trying to pause consumer A while consumer B still has messages in its queue. I thought I'd implement this by using  Is there a better way of doing this sort of stuff? | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
| 
 Why? Have you tried it out? | 
Beta Was this translation helpful? Give feedback.
I've tried it, it does seem to work using these methods.