Pavel,

All of the management methods are declared in the management schema
files.  You can find the "purge" method declared in
specs/management-schema.xml.

The code for handling that method is in cpp/src/qpid/broker/Queue.cpp in
the method: Queue::ManagementMethod().

-Ted

On 05/28/2014 10:27 AM, Pavel Moravec wrote:
> Hi all,
> I would like to write some automated tests for ACL in C++ broker, similar to 
> current queue purge. Trying to understand the current code / call of:
> 
> session.queue_purge(queue="q3")
> 
> I can't find where queue_purge is declared? grepping source code gives me no 
> clue..
> 
> (or alternatively, what is the command for QMF method move, redirect, and 
> reroute, similar to purge as above?)
> 
> Thanks in advance.
> 
> Kind regards,
> Pavel
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

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

Reply via email to