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/02/10 20:59:04 UTC

[GitHub] [activemq-artemis] jbertram edited a comment on issue #2978: ARTEMIS-2563 Added option to create queues on all clustered nodes

jbertram edited a comment on issue #2978: ARTEMIS-2563 Added option to create queues on all clustered nodes
URL: https://github.com/apache/activemq-artemis/pull/2978#issuecomment-584247098
 
 
   I think there may be a simpler solution to this that would avoid adding a new configuration option. Currently `org.apache.activemq.artemis.core.server.impl.QueueImpl#addRedistributor` is only invoked when receiving a notification about a consumer being created or closed on another cluster member. I think it should be possible to check if there are consumers on other nodes when creating a queue and if so add a redistributor.

----------------------------------------------------------------
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


With regards,
Apache Git Services