HTML and CSS Reference
In-Depth Information
Figure 7-5. Apache ActiveMQ rejects user login with new configuration
Providing the right username and password combination will let the user access
the system. The default password for the guest user is password (as defined in
ACTIVEMQ_HOME/conf/credentials.properties ) .
Listing 7-4 shows a line in the authentication plugin configuration that tells the
Apache ActiveMQ message broker that the user guest has his or her own password and
that the user is part of the guests group.
Listing 7-4. Setting a Password and Group for User Guest
<authenticationUser username="guest" password="${guest.password}"
groups="guests"/>
 
Search WWH ::




Custom Search