Is it possible to bind many queues to exactly one event handler ? The key thing is that these queues will be added (binded) dynamically, first one, next two and so on. I would like to have only one event handler.
Maybe code-based created queue which is backed by n
other existing queues ?