0 Replies Latest reply on Dec 9, 2013 5:02 AM by mastergenny

    Different address-settings for different consumers on queues

    mastergenny

      Hi,

       

      I know that you can manipulate the behaviour of consuming from queues by configuring the adress-settings of queues via pattern.

       

      I configured my queues with a max-delivery-attempts to -1 for neverending attempts because I want to handle network errors within bridge transport. I didn*t want to loose a message to the DLQ in case of network errors. Now I have the Problem, that if a have a Listener as a consumer and not a bridge, an error should send the message to DLQ. But he tries and tries and tries...

       

      Is it possible to configure a lot of queues for different consumers? The alternative is to set all to max-delivery-attempts -1 and reset the special local ones to 1.

       

      Kind regards MG