HornetQ Security Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
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. | ||
=Disabling Security= | |||
<pre> | |||
<subsystem xmlns="urn:jboss:domain:messaging:1.4"> | |||
<hornetq-server> | |||
... | |||
<security-enabled>false</security-enabled> | |||
... | |||
</hornetq-server> | |||
</subsystem> | |||
</pre> |
Revision as of 01:38, 25 May 2016
Internal
Overview
By default, security is enabled and ConnectionFactories must specify a username and a password to establish connections.
Disabling Security
<subsystem xmlns="urn:jboss:domain:messaging:1.4"> <hornetq-server> ... <security-enabled>false</security-enabled> ... </hornetq-server> </subsystem>