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

[GitHub] activemq-artemis pull request #1663: ARTEMIS-1416 Implementing cache on queu...

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 <cl...@apache.org>
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.

----


---

[GitHub] activemq-artemis pull request #1663: ARTEMIS-1416 Implementing cache on queu...

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

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


---

[GitHub] activemq-artemis issue #1663: ARTEMIS-1416 Implementing cache on queue and a...

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

    https://github.com/apache/activemq-artemis/pull/1663
  
    It’s not released yet.  I think it should be the same. 


---

[GitHub] activemq-artemis issue #1663: ARTEMIS-1416 Implementing cache on queue and a...

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

    https://github.com/apache/activemq-artemis/pull/1663
  
    It's a little confusing given that the issue this is applied against is closed and has no fix version, unclear if it was already included in a release.  I might have just opened a new issue for this to make things neater.  



---