HornetQ Security Configuration

From NovaOrdis Knowledge Base
Revision as of 01:42, 25 May 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

By default, security is enabled and ConnectionFactories must specify a username and a password to establish connections. For more on security concepts, see:

HornetQ Security Concepts

Disabling Security

<subsystem xmlns="urn:jboss:domain:messaging:1.4">
  <hornetq-server>
    ...
    <security-enabled>false</security-enabled>
    ...
  </hornetq-server>
</subsystem>