> I downloaded QMan Management console from the link that you earlier mentioned but the directory structure displayed in help file from what was actually there in the tar file.
I only pointed you to the "get running" page but as I know there's no a download link...where did you find it? Could you please post that link? > Also i did not understand the procedure of installing QMan.. what do you mean by trunk? Until QMan won't be available as separated download, you need to build the whole java subtree. To do that : 1) Firstly, check the source for Qpid java out of our subversion repository:<https://svn.apache.org/repos/asf/qpid/trunk/qpid/java> https://svn.apache.org/repos/asf/qpid/trunk/qpid/java 2) You will also need to checkout the gentools directory at the same level: https://svn.apache.org/repos/asf/qpid/trunk/qpid/gentools 3) and python: https://svn.apache.org/repos/asf/qpid/trunk/qpid/python 4) and finally the protocol specification: https://svn.apache.org/repos/asf/qpid/trunk/qpid/specs After that go under the qpid/java and : > ant > cd management/client > ant build-release-bin Now under the current directory you should have a release folder with a bin subfolder. Depending on what are you interested run > qman-jmx.sh or > qman-wsdm-start.sh - You are talking about a QMan Management Console...strictly speaking, there's no a "QMan Management Console"...are you sure about what you want to download? Hope it helps Andrea 2009/3/17 ft420 <[email protected]> > > I did execute (qpidd) broker and then executed declare_queues, > direct_producer & listener. But now if i want see details like queue > created, message depth of the queue etc i vl need QMan right? I downloaded > QMan Management console from the link that you earlier mentioned but the > directory structure displayed in help file from what was actually there in > the tar file. > Also i did not understand the procedure of installing QMan.. what do you > mean by trunk? By trunk do you mean the main folder of the installable? > > Gordon Sim wrote: > > > > ft420 wrote: > >> start_broker in /src/tests/ does not give any error but terminates > >> immediately without displaying anything. > > > > That is used for the automated tests. It starts a broker daemon on an > > available port (stored in qpidd.port). > > > > To start a broker manually from a source build you can just run: > > > > ./src/qpidd --auth no > > > > --------------------------------------------------------------------- > > Apache Qpid - AMQP Messaging Implementation > > Project: http://qpid.apache.org > > Use/Interact: mailto:[email protected] > > > > > > > > -- > View this message in context: > http://n2.nabble.com/Unable-to-install-qpid-on-Linux-tp2485046p2491411.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > >
