I am looking into how i might have different "workers" processing the same messages. I am assuming there is some way for any messages pushed to queue("the-queue-name") to be automatically available on two other queues i.e.:
* message pushed to "the-queue-name"
* * available on "the-queue-name"
* * and "the-queue-name_child1"
* * and "the-queue-name_child2"
cheers