HornetQ Security Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
=Overview=
=Overview=


By default, security is enabled and ConnectionFactories must specify a username and a password to establish connections.
By default, security is enabled and ConnectionFactories must specify a username and a password to establish connections. For more on security concepts, see:
 
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[WildFly_HornetQ-Based_Messaging_Subsystem_Concepts#Security|HornetQ Security Concepts]]
</blockquote>


=Disabling Security=
=Disabling Security=

Revision as of 01:39, 25 May 2016

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>