You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2009/02/13 12:30:59 UTC

[jira] Resolved: (AMQ-2096) WARN AdvisoryBroker - Failed to fire message master broker advisory

     [ https://issues.apache.org/activemq/browse/AMQ-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-2096.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3.0

Fixed in SVN revision 744082 by adding broker security context when firing the advisory

> 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
>            Assignee: Dejan Bosanac
>             Fix For: 5.3.0
>
>
> 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.
> greets,
> jochen

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.