GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2175
ARTEMIS-856 - Support consumersBeforeDispatch and delayBeforeDispatch
https://issues.apache.org/jira/browse/ARTEMIS-856
This is equivalent to consumersBeforeDispatchStarts and
timeBeforeDispatchStarts in ActiveMQ 5.x
http://activemq.apache.org/message-groups.html
This is addressing one of the items on the artemis roadmap:
http://activemq.apache.org/activemq-artemis-roadmap.html
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-856
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2175.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2175
----
commit 4ffcd16bdb909554aac4f936674bb23c49f34866
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-07-06T06:44:15Z
ARTEMIS-856 - Support consumersBeforeDispatch and delayBeforeDispatch
https://issues.apache.org/jira/browse/ARTEMIS-856
This is equivalent to consumersBeforeDispatchStarts and
timeBeforeDispatchStarts in ActiveMQ 5.x
http://activemq.apache.org/message-groups.html
This is addressing one of the items on the artemis roadmap:
http://activemq.apache.org/activemq-artemis-roadmap.html
----
---