You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2016/07/05 18:33:11 UTC

[jira] [Resolved] (ARTEMIS-605) Add a configuration option to disable management messages processing

     [ https://issues.apache.org/jira/browse/ARTEMIS-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-605.
------------------------------------
    Resolution: Not A Problem
      Assignee: Justin Bertram

I believe I understand the point you're making about the web server, and I agree with it in principle.  However, that comparison doesn't accurately reflect reality in the case of management via messages.  There is nothing "running," per se.  It's just logic that is executed based on a conditional statement.  The {{management-address}} doesn't even actually exist.  Management messages are treated differently than other messages and don't follow the same routing path through the broker's post-office.  I don't believe that adding a new configuration attribute here will save a measurable amount of time over simply relying on the existing security-based mechanism.  Furthermore, management via messages is required for clustering to function properly since nodes exchange messages with each other.

Based on the described use-case I'm going to go ahead and resolve this JIRA, but feel free to comment or re-open it if you feel I've misunderstood.

> Add a configuration option to disable management messages processing
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-605
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-605
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Lionel Cons
>            Assignee: Justin Bertram
>
> According to the documentation, one can switch off the broker management via JMX using {{jmx-management-enabled}}.
> I did not find a similar option to switch off the broker management via messages. One can configure it a bit ({{management-address}} and {{management-notification-address}}) but apparently not disable it.



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