You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2015/04/08 00:15:14 UTC

[jira] [Comment Edited] (ACTIVEMQ6-19) Disable Server Side Load Balancing on message routing

    [ https://issues.apache.org/jira/browse/ACTIVEMQ6-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14484050#comment-14484050 ] 

Justin Bertram edited comment on ACTIVEMQ6-19 at 4/7/15 10:15 PM:
------------------------------------------------------------------

How about we replace the <forward-when-no-consumers> option on the <cluster-connection> with a <message-load-balancing> option that can be one of three options:

* OFF (new behavior not available today - default)
* STRICT (behave like today when forward-when-no-consumers = true)
* CONSUMERS (behave like today when forward-when-no-consumers = false)

Thoughts?


was (Author: jbertram):
How about we replace the <forward-when-no-consumers> option on the <cluster-connection> with a <load-balancing> option that can be one of three options:

* OFF (new behavior not available today - default)
* STRICT (behave like today when forward-when-no-consumers = true)
* CONSUMERS (behave like today when forward-when-no-consumers = false)

Thoughts?

> Disable Server Side Load Balancing on message routing
> -----------------------------------------------------
>
>                 Key: ACTIVEMQ6-19
>                 URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-19
>             Project: Apache ActiveMQ 6
>          Issue Type: New Feature
>            Reporter: clebert suconic
>            Assignee: Justin Bertram
>             Fix For: 6.1.0
>
>
> It should be possible to disable server side load balancing on message producers with a configuration option.
> Once we introduce this configuration the default should be off (meaning server side load balancing = no)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)