The plugin will discard any message that would have gone to the specified
DLQ instead of putting it on the DLQ.

>From your description, I think what you want is <discardingDLQBrokerPlugin
dropAll="true" dropTemporaryTopics="true" dropTemporaryQueues="true"/>
(source: http://activemq.apache.org/message-redelivery-and-dlq-handling.html
)

Tim

On Wed, Apr 3, 2019, 3:38 AM Bob <malkanz...@gmail.com> wrote:

> Hi Tim,
>
> So much appreciated for your help!
>
> Yes almost there! One last concern is about this plugin
>
> <discardingDLQBrokerPlugin dropOnly="ActiveMQ.DLQ" reportInterval="1000"/>
>
> Based on some research is it true by implementing this will avoid any
> problematic messages from entering Activemq.DLQ ?
>
> Thanks
> Bob
>
>
>
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>

Reply via email to