GitHub user rakstar opened a pull request:
https://github.com/apache/activemq-artemis/pull/2038
NO-JIRA Add option in CLI to specify a queue routing type
Optionally specify a queue routing type when creating a broker. Example:
"create --queues myqueue,mytopic:multicast". Defaults to anycast if
unspecified.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rakstar/activemq-artemis specify_queue_type
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2038.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 #2038
----
commit 70471eebf79b85b1e5b3453bf36edcd9b950b110
Author: King Ramos <rakstar@...>
Date: 2018-04-23T02:52:46Z
NO-JIRA Add option in CLI to specify a queue routing type
Optionally specify a queue routing type when creating a broker. Example:
"create --queues myqueue,mytopic:multicast". Defaults to anycast if
unspecified.
----
---