Is there a reason to use direct exchanges instead of topic exchanges? We often setup debug queues for all our "external exchanges" via # as routing key and a x-max-length option. Using this, we can debug which messages have been published. On the exchanges created by ex-tackle we need to specify the full routing key because of the direct type of the exchanges. Is more than inconvenient.
Any chance, you switch to topic exchanges or make them configurable?
Is there a reason to use direct exchanges instead of topic exchanges? We often setup debug queues for all our "external exchanges" via
#as routing key and ax-max-lengthoption. Using this, we can debug which messages have been published. On the exchanges created by ex-tackle we need to specify the full routing key because of thedirecttype of the exchanges. Is more than inconvenient.Any chance, you switch to
topicexchanges or make them configurable?