GitHub user clebertsuconic opened a pull request:

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

    ARTEMIS-1416 Implementing cache on queue and address querying

    This will cache the last query, optimizing most of the cases
    This won't optimize the case where you are sending producers with different 
address,
    but this is not the one I'm after now.

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

    $ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-1416

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

    https://github.com/apache/activemq-artemis/pull/1663.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 #1663
    
----
commit 5548ec974db5da5ea1d99090b24e5d375e96d41a
Author: Clebert Suconic <[email protected]>
Date:   2017-11-21T15:12:20Z

    ARTEMIS-1416 Implementing cache on queue and address querying
    
    This will cache the last query, optimizing most of the cases
    This won't optimize the case where you are sending producers with different 
address,
    but this is not the one I'm after now.

----


---

Reply via email to