How to create sub queues #2043
Unanswered
OliveiraCleidson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I will try to explain the use case and thanks for reading this issue.
I have a 'send message' job, but to send a message I need a client, so I want to specify which client will do this job for. However, if the client is already sending a message, I want the message to remain in the queue while client 1 processes the job, without affecting the other clients, if a message arrives for client 2 or anyone else, they will continue to process their jobs.
Each client has a unique ID, so I was wondering if you can send it to the 'sendMessage: clientID' queue.
Beta Was this translation helpful? Give feedback.
All reactions