You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gtully <gi...@git.apache.org> on 2018/02/01 11:04:04 UTC

[GitHub] activemq-artemis issue #1832: ARTEMIS-853 Support for exclusive consumers

Github user gtully commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1832
  
    @michaelandrepearce to make the feature work is trivial in queueimpl; to make it dynamic is a lot of code.
    I would have been shooting for an address setting and pulling that value in queueImpl on creation. An all or nothing approach.
    But what you have is very comprehensive :-) I just wonder if there really is a need to have the consumer create an lvq or exclusive queue. If there is, then this nails it.
    For an existing openwire client the value can come from a consumer info or from a destination parameter but mostly it is the effect that is needed, not the fact that it is dynamic, ie: Because it effects every consumer having a single consumer control it is a bit imbalanced and not typical I think.



---