You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by michaelandrepearce <gi...@git.apache.org> on 2017/12/09 15:07:55 UTC

[GitHub] activemq-artemis pull request #1699: ARTEMIS-1550 - Support LVQ for OpenWire

GitHub user michaelandrepearce opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1699

    ARTEMIS-1550 - Support LVQ for OpenWire

    Add support for LVQ, using the same property key as core "_AMQ_LVQ_NAME"
    Update current LVQ test case to correctly test OpenWire LVQ.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-1550

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1699.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 #1699
    
----
commit fa805366153157fcb7bb877e2377b92a418190f2
Author: Michael André Pearce <mi...@me.com>
Date:   2017-12-09T15:07:21Z

    ARTEMIS-1550 - Support LVQ for OpenWire 
    
    Add support for LVQ, using the same property key as core "_AMQ_LVQ_NAME"
    Update current LVQ test case to correctly test OpenWire LVQ.

----


---

[GitHub] activemq-artemis pull request #1699: ARTEMIS-1550 - Support LVQ for OpenWire

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1699


---

[GitHub] activemq-artemis issue #1699: ARTEMIS-1550 - Support LVQ for OpenWire

Posted by michaelandrepearce <gi...@git.apache.org>.
Github user michaelandrepearce commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1699
  
    @stanlyDoge here is PR to add support for LVQ over OpenWire (also at same time correcting the test you pointed out)


---