10-14-2020 09:59 PM
Hello Everyone,
I have been given a task to creat an overflow queue (Queue2) in case there's no agent availalble in Qeueu1. I decided to go with nasted queueing but the issue I have is that the Queue2 is in a different cluster. I don't think I can use nasted queuing in this case. Do you guys have any idea how can I accomplish this task with the correct reporting etc...?
Thanks,
MK
Solved! Go to Solution.
10-16-2020 06:38 AM - edited 10-16-2020 06:42 AM
I don't see how you're going to get nested queuing working between two clusters. I'd guess the best you can do is dequeue from the original and then call redirect to the overflow. This would of course end the reporting at the time of the redirect for the original, and then start a new record in the overflow once received. Reporting aside, you'll lose the ability for the original Agents to help, if there is any wait at all over in overflow.
10-16-2020 06:38 AM - edited 10-16-2020 06:42 AM
I don't see how you're going to get nested queuing working between two clusters. I'd guess the best you can do is dequeue from the original and then call redirect to the overflow. This would of course end the reporting at the time of the redirect for the original, and then start a new record in the overflow once received. Reporting aside, you'll lose the ability for the original Agents to help, if there is any wait at all over in overflow.
10-16-2020 05:40 PM
Thanks Anthony
MK
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide