You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dan Bucatanschi (JIRA)" <ji...@apache.org> on 2009/02/10 17:06:00 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=49299#action_49299 ] 

Dan Bucatanschi commented on AMQ-2096:
--------------------------------------

Please see these links for more information I found on this issue:

http://www.nabble.com/-jira--Created%3A-%28AMQ-2096%29-WARN-AdvisoryBroker---Failed-to-fire-message-master-broker-advisory-tp21834409p21936466.html

http://www.nabble.com/-jira--Created%3A-%28AMQ-2096%29-WARN-AdvisoryBroker---Failed-to-fire-message-master-broker-advisory-tp21834409p21936676.html

Thanks,
-Dan


> 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.
> greets,
> jochen

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