Is it possible to stack an array of entry points to a rabbitmq cluster like you can with other modules?
example:
if (!subscribe_event("E_EVENT", "rabbitmq:user:password at 192.168.1.1;192.168.1.2/queue"))
If no, how would you handle a node failure of the defined node?