HornetQ Security Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
:[[WildFly_HornetQ-Based_Messaging_Subsystem_Concepts#Security|HornetQ Security Concepts]]
:[[WildFly_HornetQ-Based_Messaging_Subsystem_Concepts#Security|HornetQ Security Concepts]]
</blockquote>
</blockquote>
This behavior can be disabled in configuration. For details see [[]] below.


=Disabling Security=
=Disabling Security=

Revision as of 05:00, 18 March 2017

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

This behavior can be disabled in configuration. For details see [[]] below.

Disabling Security

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