[ 
https://issues.apache.org/jira/browse/QPID-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13646580#comment-13646580
 ] 

Robbie Gemmell commented on QPID-4795:
--------------------------------------

r1477965 merged to the 0.22 release branch via: http://svn.apache.org/r1477974
                
> [Java Broker] update UserManagementMBean name to enable creating multiple 
> credential-managing authentication providers
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-4795
>                 URL: https://issues.apache.org/jira/browse/QPID-4795
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>             Fix For: 0.22
>
>
> The brokers new configuration model permits multiple authentication provider 
> instances, however thus far we have prevented creation of more than one 
> authentication provider that would prompt creation of a UserManagementMBean 
> on the JMX management interface, because of the MBeans naming meaning that 
> they would not be unique (and so would fail to be created).
> This change will update the MBean name to be based on the authentication 
> provider name, in the format UserManagement-<provider name>, rather than 
> being fixed as UserManagement like previously. The name value will now also 
> be quoted using ObjectName.quote(..) in order to permit characters that are 
> already allowed in the authentication provider name but which would be 
> illegal in a non-quoted JMX ObjectName.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to