GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-6/pull/209
Queue Auto-create fixes on OpenWire this is basically addressing a performance issue on OpenWire, setting the auto-create to the PostOffice after not being able to route The core protocol stays the same in regard to the auto-create since the exceptions are happening after the queueQuery You can merge this pull request into a Git repository by running: $ git pull https://github.com/clebertsuconic/activemq-6 queue-create Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-6/pull/209.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 #209 ---- commit 95b6328993b8215262cb49e0bc1e5999d3537e12 Author: Clebert Suconic <clebertsuco...@apache.org> Date: 2015-04-21T22:00:05Z Queue Auto-create fixes on OpenWire this is basically addressing a performance issue on OpenWire, setting the auto-create to the PostOffice after not being able to route The core protocol stays the same in regard to the auto-create since the exceptions are happening after the queueQuery ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---