Re: Does qpid federation work with Azure Service Bus

2014-03-07 Thread smartdog
Thanks for the help. installed this sudo apt-get install libsasl2-dev Unfortunately still have the same issue: cmake .. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Could NOT find VALGRIND (missing: VALGRIND_EXECUTABLE) -- Could NOT find SASL (missing: FOUND_SASL_LIB FOUND_SASL_H)

RE: QPID C++ broker monitoring and management

2014-03-07 Thread Jan Bares
Thanks Fraser, I agree with your points including fingers :-) Using ACLs is the right way, I am still learning new features of QPID. Kind regards, Jan > Hi Jan, > There are no *plans* as such - mainly due to limited time and the fact > that it hasn't been a priority for me (I'm trying to focus o

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Rob Godfrey
It bugs me because in some ways I'd like to stop supporting building on 1.6 (it's been EOL'd by Oracle for a bit now) (albeit we'd still want to ensure that the built jars would work under 1.6 - which in this case they would). Fighting all the different versions of the compiler with their own parti

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Fraser Adams
Might be worth adding a comment to org.apache.qpid.server.model.Queue to reflect this. did I mention comments. Frase On 07/03/14 15:26, Rob Godfrey wrote: .. and to answer myself for a third time... yes that was the issue both AMQQueue (the "implementation" interface) and Queue (the "mod

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Rob Godfrey
.. and to answer myself for a third time... yes that was the issue both AMQQueue (the "implementation" interface) and Queue (the "model" interface) define getConsumers(), with each returning a collection of their own brand of Consumers AbstractQueue (the concrete implementation) implements bo

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Fraser Adams
On 07/03/14 15:13, Rob Godfrey wrote: On 7 March 2014 16:07, Fraser Adams wrote: Why have you removed getConsumers() from org.apache.qpid.server.model. Queue? I was using that! You can do for(Consumer subscription : queue.getChildren(Consumer.class)) I would think... Not sure why it got r

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Rob Godfrey
I'll set myself up a clean environment on a VM to see if I can get the getConsumers() restored... it may have been one of the things that the 1.6 compiler was getting upset about, despite working fine under 1.7... -- Rob On 7 March 2014 16:13, Rob Godfrey wrote: > > > > On 7 March 2014 16:07,

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Rob Godfrey
On 7 March 2014 16:07, Fraser Adams wrote: > Why have you removed getConsumers() from org.apache.qpid.server.model. > Queue? > > I was using that! > > for (Consumer subscription : queue.getConsumers()) > { > childAdded(queue, subscri

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Fraser Adams
Why have you removed getConsumers() from org.apache.qpid.server.model.Queue? I was using that! for (Consumer subscription : queue.getConsumers()) { childAdded(queue, subscription); } So in order to be able to n

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Fraser Adams
Re my last message, I also noticed that if I did private final Broker _broker; // Passed in by Plugin bootstrapping. instead of private final Broker _broker; // Passed in by Plugin bootstrapping. then for (VirtualHost vhost : _broker.getVirtualHosts()) seems to compile - I've

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Fraser Adams
Hi again Rob, I'm a bit befuddled. I'm seeing a bunch of errors like: [javac] /home/fadams/qpid/qpid-trunk/qpid/tools/src/java/src/qpid-broker-plugins-management-qmf2/java/org/apache/qpid/server/qmf2/QmfManagementAgent.java:218: incompatible types [javac] found : java.lang.Object

Re: QPID C++ broker monitoring and management

2014-03-07 Thread Robbie Gemmell
We will do exactly that as part of https://issues.apache.org/jira/browse/QPID-5610 Robbie On 7 March 2014 11:38, Rob Godfrey wrote: > Hi Fraser, > > sorry - I had it on my list for today to look to see if any of the recent > changes had broken the build for the QMF plugin... > > we really need

Re: OASIS AMQP Management specification wd06 comments

2014-03-07 Thread Rob Godfrey
Working Draft 8 has just been uploaded: https://www.oasis-open.org/committees/document.php?document_id=52425&wg_abbrev=amqp I think this addresses your comments about the return value from Query, as well as locales still being lists... This'll probably be the last update for a couple of weeks as

Re: Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Rob Godfrey
On 7 March 2014 12:47, Fraser Adams wrote: > On 07/03/14 11:38, Rob Godfrey wrote: > >> Hi Fraser, >> >> sorry - I had it on my list for today to look to see if any of the recent >> changes had broken the build for the QMF plugin... >> >> we really need to see if we can integrate the QMF plugin i

Java Broker plugin change - was Re: QPID C++ broker monitoring and management

2014-03-07 Thread Fraser Adams
On 07/03/14 11:38, Rob Godfrey wrote: Hi Fraser, sorry - I had it on my list for today to look to see if any of the recent changes had broken the build for the QMF plugin... we really need to see if we can integrate the QMF plugin into the Jenkins builds or something so we get informed when it

Re: QPID C++ broker monitoring and management

2014-03-07 Thread Rob Godfrey
Hi Fraser, sorry - I had it on my list for today to look to see if any of the recent changes had broken the build for the QMF plugin... we really need to see if we can integrate the QMF plugin into the Jenkins builds or something so we get informed when it gets broken -- Rob On 7 March 2014 10

RE: QPID C++ broker monitoring and management

2014-03-07 Thread Jan Bares
No problem at all, I am on C++ broker and QMF GUI is nice gem, I should have look into it sooner. I will also try to use ACLs but right now I am on other tasks too, will let you know. Kind regards, Jan > Hi Jan, > for info I was planning on taking a look at this just now, but I've just > done a

Re: Does qpid federation work with Azure Service Bus

2014-03-07 Thread Gordon Sim
On 03/07/2014 01:18 AM, smartdog wrote: This may be related: When I turn on authN /etc/qpidd.conf auth=yes realm=QPID I got sudo src/qpidd --daemon --config /etc/qpidd.conf --load-module amqp.so --log-to-stdout yes --log-to-syslog yes --log-enable info+ --data-dir /var/qpiddata [Broker] critica

Re: QPID C++ broker monitoring and management

2014-03-07 Thread Fraser Adams
Hi Jan, for info I was planning on taking a look at this just now, but I've just done an svn update and unfortunately there have been a number of changes to the Java Broker Management API that have caused the QMF plugin to break badly. I'll get the Cygwin tweaks done when I manage to fix what's