Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Alan Conway
On Wed, 2014-09-24 at 20:29 +0200, Jakub Scholz wrote: > What do you expect the shutdown call to do in clustered brokers? Shutdown > the whole cluster or just the active node? Just the active node. I would think of it as being equivalent to a remote kill -TERM. Useful if you don't have ssh or othe

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Alan Conway
On Wed, 2014-09-24 at 14:00 -0400, Chuck Rolke wrote: > This makes sense as a useful command: > > 1. Must have ACL control. > 2. Only do the 'most orderly shutdown' as if SIGINT or SIGTERM was received. > 3. No RestartBroker switch. > +1 all of the above. > > - Original Message - > > F

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Jakub Scholz
What do you expect the shutdown call to do in clustered brokers? Shutdown the whole cluster or just the active node? Personally, I don't really see the value in it. But at the same time - if it is properly secured with ACLs - I don't think its a big security issue. Regards Jakub On Mon, Sep 22,

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Chuck Rolke
This makes sense as a useful command: 1. Must have ACL control. 2. Only do the 'most orderly shutdown' as if SIGINT or SIGTERM was received. 3. No RestartBroker switch. - Original Message - > From: "Alan Conway" > To: users@qpid.apache.org > Cc: "Chuck Rolke" , "Gordon Sim" > Sent: Mon

Re: Add qmf shutdown command to the broker [was Re: QPID C++ - Dynamically Managing Broker]

2014-09-24 Thread Spencer.Doak
Hi, Well as you know, I'm definitely in support of this addition. I do not know how the exact details about the QMF listener, but I would imagine it could receive the shutdown message and do something like "std::exit(1);". Of course there might be some necessary clean-up before calling the exit c

Re: Timeline to drop Java 6 support for Proton?

2014-09-24 Thread Timothy Bish
Just for information purposes the next release of ActiveMQ which hopes to use Proton 0.8 once it's released has now moved onto support for JDK 7 and dropped official support for JDK 6. On 09/24/2014 10:24 AM, Robbie Gemmell wrote: The compilation issue I missed in the patch was test-only this

Re: QPID 0.28 C++ Client : Subscribtion to Queues or Topics (AMQP 1.0)

2014-09-24 Thread Hamid.Shahid
This works :) Thanks Gordon! - Best Regards, Hamid. -- View this message in context: http://qpid.2158936.n2.nabble.com/QPID-0-28-C-Client-Subscribtion-to-Queues-or-Topics-AMQP-1-0-tp7614162p7614168.html Sent from the Apache Qpid users mailing list archive at Nabble.com. ---

Re: QPID 0.28 C++ Client : Subscribtion to Queues or Topics (AMQP 1.0)

2014-09-24 Thread Gordon Sim
On 09/24/2014 03:06 PM, Hamid.Shahid wrote: Hi,Please let me know, if there is a way to add destination type prefix, 'queue' or 'topic' while subscribing to a Queue or Topic using QPID 0.28 (amqp 1.0) C++ Client.For example, ActiveMQ uses queue:// or topic:// prefixes. Yes, you just need to quo

Re: Timeline to drop Java 6 support for Proton?

2014-09-24 Thread Robbie Gemmell
The compilation issue I missed in the patch was test-only this time, but it could have as easily been in non-test code. The other tests now failing might actually point to some functionality under test not working under Java 6 at runtime though, which is more of an issue. If the tests showing it di

QPID 0.28 C++ Client : Subscribtion to Queues or Topics (AMQP 1.0)

2014-09-24 Thread Hamid.Shahid
Hi,Please let me know, if there is a way to add destination type prefix, 'queue' or 'topic' while subscribing to a Queue or Topic using QPID 0.28 (amqp 1.0) C++ Client.For example, ActiveMQ uses queue:// or topic:// prefixes. Kind Regards,Hamid Shahid - Best Regards, Hamid. -- View this mess

Timeline to drop Java 6 support for Proton?

2014-09-24 Thread Robbie Gemmell
Hi all, With Qpid 0.30 we have made the move to requiring Java 7+. Currently, proton still allows for use of Java 6, so I wonder what peoples thoughts are on the timing of a similar move for Proton? I'd personally like to do it soon since Java 6 is EOL, but if not then I think we should at least d

Re: qpid-0.28 - Linker Problem on Solaris

2014-09-24 Thread Andreas Welchlin
Hi Andrew, cool, thanks! I will open a Jira and provide my changes. I had to copy some stuff (without any changes) from qpid/posix/SystemInfo.cpp to qpid/solaris/SystemInfo.cpp. The qpidd ist running now on Solaris and the testprogram "qpid-ping" is running without any problem. I can also a