You can run "schema" command. It will show you list of all the different QMF classes. Afterwards you can call "schema <class>" ... e.g. "schema queue" and it will list details about the class. That includes the attributes as well as the methods and their arguments. The method has to correspond to the object you are calling it at - so if your ID is from a queue, you can use the methods from a queue.
Regards Jakub On Mon, Dec 12, 2016 at 8:28 PM, Scott McDugle <[email protected]> wrote: > When I'm using qpid-tool, there's a command: 'call <ID> <methodName> > [<args>] ' > > I know how to find the ID. What are the methodNames and args and/or how > do I find them? > > I'm using the C++ Broker 1.35. > > Thanks, > Scott > > >
