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)
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
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
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
.. 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
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
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,
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
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 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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo