[
https://issues.apache.org/activemq/browse/AMQ-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
freetwix updated AMQ-2096:
--------------------------
Description:
Starting up activemq with a default configuration + simple authentication +
mysql-ds like:
<plugins>
<simpleAuthenticationPlugin>
<users>
<authenticationUser username="${activemq.username}"
password="${activemq.password}"
groups="producers,consumers,admins"/>
</users>
</simpleAuthenticationPlugin>
<authorizationPlugin>
<map>
<authorizationMap>
<authorizationEntries>
<authorizationEntry queue=">" write="producers"
read="consumers" admin="admins" />
<authorizationEntry topic=">" write="producers"
read="consumers" admin="admins" />
<authorizationEntry queue="ActiveMQ.Advisory.>"
write="all" read="all" admin="all" />
<authorizationEntry topic="ActiveMQ.Advisory.>"
write="all" read="all" admin="all" />
</authorizationEntries>
</authorizationMap>
</map>
</authorizationPlugin>
</plugins>
and a default mysql-ds as jdbcPersistenceAdapter results in the following
warning message:
WARN AdvisoryBroker - Failed to fire message master broker advisory
there seems to be no problems in the further processing of advisory messages,
but the warning is introduced with the use of the authentication plugin. any
ideas?
thankx,
jochen
was:
Starting up activemq with a default configuration + simple authentication like:
<plugins>
<simpleAuthenticationPlugin>
<users>
<authenticationUser username="${activemq.username}"
password="${activemq.password}"
groups="producers,consumers,admins"/>
</users>
</simpleAuthenticationPlugin>
<authorizationPlugin>
<map>
<authorizationMap>
<authorizationEntries>
<authorizationEntry queue=">" write="producers"
read="consumers" admin="admins" />
<authorizationEntry topic=">" write="producers"
read="consumers" admin="admins" />
<authorizationEntry queue="ActiveMQ.Advisory.>"
write="all" read="all" admin="all" />
<authorizationEntry topic="ActiveMQ.Advisory.>"
write="all" read="all" admin="all" />
</authorizationEntries>
</authorizationMap>
</map>
</authorizationPlugin>
</plugins>
results in the following warning message:
WARN AdvisoryBroker - Failed to fire message master broker advisory
there seems to be no problems in the further processing of advisory messages,
but the warning is introduced with the use of the authentication plugin. any
ideas?
thankx,
jochen
> WARN AdvisoryBroker - Failed to fire message master broker advisory
> -------------------------------------------------------------------
>
> Key: AMQ-2096
> URL: https://issues.apache.org/activemq/browse/AMQ-2096
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.2.0
> Environment: mac os x 10.5.6, java 1.5.0_16
> Reporter: freetwix
>
> Starting up activemq with a default configuration + simple authentication +
> mysql-ds like:
> <plugins>
> <simpleAuthenticationPlugin>
> <users>
> <authenticationUser username="${activemq.username}"
> password="${activemq.password}"
> groups="producers,consumers,admins"/>
> </users>
> </simpleAuthenticationPlugin>
> <authorizationPlugin>
> <map>
> <authorizationMap>
> <authorizationEntries>
> <authorizationEntry queue=">" write="producers"
> read="consumers" admin="admins" />
> <authorizationEntry topic=">" write="producers"
> read="consumers" admin="admins" />
> <authorizationEntry queue="ActiveMQ.Advisory.>"
> write="all" read="all" admin="all" />
> <authorizationEntry topic="ActiveMQ.Advisory.>"
> write="all" read="all" admin="all" />
> </authorizationEntries>
> </authorizationMap>
> </map>
> </authorizationPlugin>
> </plugins>
> and a default mysql-ds as jdbcPersistenceAdapter results in the following
> warning message:
>
> WARN AdvisoryBroker - Failed to fire message master broker advisory
> there seems to be no problems in the further processing of advisory messages,
> but the warning is introduced with the use of the authentication plugin. any
> ideas?
> thankx,
> jochen
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.