On Thu, Sep 15, 2011 at 10:54:16AM -0500, Alex Kulyavtsev wrote:
> On Sep 15, 2011, at 8:24 AM, Alan Conway wrote:
> 
> >Not presently, qpidd ignores SIGHUP. Open a JIRA for this, with
> >details of what you want qpidd to do on SIGUP.
> 
> Besides switching logs, can it be done qpidd will re-read qpidd.conf
> and acl files to avoid restart when configuration changed?
> Things like log levels in qpidd.conf, or group list definition in acl

You should be able to change log levels by using the 'call' method in
qpid-tool to call the setLogLevel function as follows:

call 25120 setLogLevel debug+

You'll get the first argument (25120) as the output of the 'list
broker' command on qpid-tool console:

qpid: list broker
Object Summary:
    ID     Created   Destroyed  Index
    =========================================
    25120  17:20:40  -          amqp-broker

ACL refresh via qpid-tool is not working currently in 0.12
(not sure about trunk) but you should be able to do it using a tiny
bit of qmf code too.

--
Siddhesh

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to