You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Michel Jung <mi...@gmail.com> on 2021/01/28 11:03:14 UTC

Why is there an unused Queue Dispatch Policy?

In org.apache.activemq.broker.region.Queue, there is a field dispatchPolicy
= new RoundRobinDispatchPolicy();

Also, there are getters and setters for neither the getter nor the field is
ever used.

Why is that? A custom dispatch policy for queues seems to be exactly why I
need but according to the documentation, dispatch policies are only for
topics.