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.

Reply via email to