I have two queues
For example:
A = ['foo', 'abo', 'aboba', 'bar'];
B = [];
I'd like to move only 'aboba', 'bar'
from queue A to B. It doesn't matter which side of A to cut.
I know about rabbitmq shovel, but I don't found tools for my case in this plugin.