Re: Newbie to Qpid!

2010-04-16 Thread Andrew Kennedy
hi, all. i have recently started working on the Java broker. i'm a JEE developer with security consulting and pen-testing experience, which I would like to put to use improving/adding Qpid security features. i'm currently trying to implement version two of the broker ACLs, as in the C++ broker

JavaBroker v2 ACLs (QPID-2476)

2010-04-16 Thread Andrew Kennedy
hi. i am going to be implementing QPID-2476, version 2 access control lists for the Java broker. these are my current thoughts and i would appreciate any ideas or caveats, but please bear in mind that i am new to the Qpid code-base, and may be going over material that has already been discussed

yet another newbie to qpid

2010-04-16 Thread Sorin S.
Hi everybody, I joined recently the list and started looking at qpid/amqp, mostly on the java side but peeking at c++ broker and playing around with python a bit. My background is Java, C/C++ (some time ago), worked also in solid state physics research a while ago. Cheers, -- Sorin

Re: yet another newbie to qpid

2010-04-16 Thread Jonathan Robie
On 04/16/2010 07:36 AM, Sorin S. wrote: Hi everybody, I joined recently the list and started looking at qpid/amqp, mostly on the java side but peeking at c++ broker and playing around with python a bit. My background is Java, C/C++ (some time ago), worked also in solid state physics

Re: [c++]: hello_world.cpp

2010-04-16 Thread Jonathan Robie
Thanks, Gordon - this is definitely an improvement. I applied the patch, committed it, and used this in the tutorial. I also created a Python example and check it in. I'll also do this for Java (pestering Rajith as needed). Anyone want to do a Hello World program for WCF? I'm not really set

Re: [c++]: hello_world.cpp

2010-04-16 Thread Cliff Jansen
I volunteer for the WCF version. I'll get to it as soon as I get QPID-2501 out of the way. I also plan to do some work on the WCF documentation side as soon as I can as well. I am going to be on vacation next week so I will try to squeeze in what I can. Cliff On Fri, Apr 16, 2010 at 6:27 AM,

Re: [c++]: hello_world.cpp

2010-04-16 Thread Chuck Rolke
As a recent study of WCF, I suggest that the WCFToWCFDirect (wcf/samples/channel) project is an excellent example of using AMQP under WCF. It has slightly heavier weight than a normal HelloWorld but it clearly demonstrates normal WCF usage with the Apache Qpid Channel behind the scenes. I'm

[jira] Assigned: (QPID-1447) Broker does not handle with slow consumers effectively

2010-04-16 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie reassigned QPID-1447: Assignee: Martin Ritchie Broker does not handle with slow consumers effectively

Re: [c++]: hello_world.cpp

2010-04-16 Thread Jonathan Robie
On 04/16/2010 11:32 AM, Chuck Rolke wrote: As a recent study of WCF, I suggest that the WCFToWCFDirect (wcf/samples/channel) project is an excellent example of using AMQP under WCF. It has slightly heavier weight than a normal HelloWorld but it clearly demonstrates normal WCF usage with the

c++: performance comparison of old and new API

2010-04-16 Thread Alan Conway
I've extended added to the new API tests to get some performance data. We now have qpid_cpp_benchmark, a python script that orchestrates instances of C++ clients qpid_send and qpid_receive to give something like perftest. I think separate send receive tests will be more flexible than a

Re: JavaBroker v2 ACLs (QPID-2476)

2010-04-16 Thread Aidan Skinner
On Fri, Apr 16, 2010 at 10:29 AM, Andrew Kennedy andrewinternatio...@gmail.com wrote: i am going to be implementing QPID-2476, version 2 access control lists for the Java broker. these are my current thoughts and i would appreciate any ideas or caveats, but please bear in mind that i am new