You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/06/22 08:26:31 UTC

[GitHub] [activemq-artemis] michaelpearce-gain edited a comment on pull request #3195: ARTEMIS-2815 Fix null pointer exception on attempt to update queue without filter

michaelpearce-gain edited a comment on pull request #3195:
URL: https://github.com/apache/activemq-artemis/pull/3195#issuecomment-647366360


   > BTW, what's about with this -->
   > 
   > https://github.com/apache/activemq-artemis/blob/4e77a9fb79503af017695c0955438517450c0d50/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java#L3965-L3966
   
   This is because the QueueImpl doesnt support LVQ, theres a special extended version, as such its not possible atm to update (you have to remove and re add a queue currently) This is something though that could be rolled into a single queue, and make it updateable, i had a poc a while back, just never got time to finish it. And no one is shouting for it so like all things prioritised down.
   
   I can re-pick it up, if you have a need to switch from LVQ to normal queue and back, without distruction.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org