You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <ji...@apache.org> on 2010/10/07 16:28:33 UTC

[jira] Created: (QPID-2894) Reload-ACL command is not on any management tools

Reload-ACL command is not on any management tools
-------------------------------------------------

                 Key: QPID-2894
                 URL: https://issues.apache.org/jira/browse/QPID-2894
             Project: Qpid
          Issue Type: Improvement
    Affects Versions: 0.6
            Reporter: Alan Conway
            Assignee: Ted Ross


The reload-ACL command needs to be added to one of the management tools, probably qpid-config. 
Python code to reload the ACL: 

import qmf.console
import optparse
qmf = qmf.console.Session()
qmf_broker = qmf.addBroker(opts.broker)
acl = qmf.getObjects(_class="acl")[0]
result = acl.reloadACLFile()
print result.txt   

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org