RE: Is Proton a lightweight alternative to Qpid?

2013-01-23 Thread Eagy, Taylor
Thanks a lot Ted. It's working now. I appreciate all your help. Thanks, Taylor From: Ted Ross [tr...@redhat.com] Sent: Wednesday, January 23, 2013 8:26 AM To: proton@qpid.apache.org Subject: Re: Is Proton a lightweight alternative to Qpid? A couple of t

Re: Is Proton a lightweight alternative to Qpid?

2013-01-23 Thread Ted Ross
nt: Wednesday, January 16, 2013 12:13 PM To: proton@qpid.apache.org Subject: RE: Is Proton a lightweight alternative to Qpid? Rafael and Ted, Thanks for your help on this. I'm excited to see that proton is getting a Windows port since I wasn't able to build it in VS2012 success

RE: Is Proton a lightweight alternative to Qpid?

2013-01-22 Thread Eagy, Taylor
.com] Sent: Wednesday, January 16, 2013 12:13 PM To: proton@qpid.apache.org Subject: RE: Is Proton a lightweight alternative to Qpid? Rafael and Ted, Thanks for your help on this. I'm excited to see that proton is getting a Windows port since I wasn't able to build it in VS2012 successful

RE: Is Proton a lightweight alternative to Qpid?

2013-01-16 Thread Mary Hinton
rebased. I'm planning to do this soon, since a new release is out for proton Thanks, Mary Hinton -Original Message- From: Eagy, Taylor [mailto:te...@blackbirdtech.com] Sent: Wednesday, January 16, 2013 12:13 PM To: proton@qpid.apache.org Subject: RE: Is Proton a lightweight altern

RE: Is Proton a lightweight alternative to Qpid?

2013-01-16 Thread Eagy, Taylor
13 8:13 PM To: proton@qpid.apache.org Subject: Re: Is Proton a lightweight alternative to Qpid? If you run cmake this way you can build the minimal code needed for just the proton library and its python bindings: cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_PYTHON=ON -DBUILD_PHP=OFF -DBUIL

Re: Is Proton a lightweight alternative to Qpid?

2013-01-15 Thread Rafael Schloming
If you run cmake this way you can build the minimal code needed for just the proton library and its python bindings: cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_PYTHON=ON -DBUILD_PHP=OFF -DBUILD_PERL=OFF -DBUILD_RUBY=OFF A quick test on my system shows that a make install based on the above build

Re: Is Proton a lightweight alternative to Qpid?

2013-01-15 Thread Rafael Schloming
On Tue, Jan 15, 2013 at 12:37 PM, Eagy, Taylor wrote: > Rafael, > > > > Thanks for responding. The only reason why I said it wouldn't be portable > is because when I saw the CMake files I thought I'd have to build it to > bind C functions from the engine to Python. However, if I can perform the >

Re: Is Proton a lightweight alternative to Qpid?

2013-01-15 Thread Ted Ross
Taylor, You need the following files: proton.py (from proton-c/bindings/python) cproton.py (from $BUILD/bindings/python) _cproton.so(from $BUILD/bindings/python) libqpid-proton.so (from $BUILD) -Ted On 01/15/2013 03:35 PM, Eagy, Taylor wrote: Ted,

RE: Is Proton a lightweight alternative to Qpid?

2013-01-15 Thread Eagy, Taylor
s, Taylor From: Ted Ross [tr...@redhat.com] Sent: Tuesday, January 15, 2013 1:34 PM To: proton@qpid.apache.org Subject: Re: Is Proton a lightweight alternative to Qpid? Taylor, Another possibility to look at is using ActiveMQ as your broker. They've added an AMQP transport (ba

Re: Is Proton a lightweight alternative to Qpid?

2013-01-15 Thread Ted Ross
oton can do. Do you think it's overkill to use something like Qpid or Proton in my scenario? Thanks, Taylor From: Rafael Schloming [r...@alum.mit.edu] Sent: Tuesday, January 15, 2013 8:44 AM To: proton@qpid.apache.org Subject: Re: Is Proton a lightweight

RE: Is Proton a lightweight alternative to Qpid?

2013-01-15 Thread Eagy, Taylor
ary 15, 2013 8:44 AM To: proton@qpid.apache.org Subject: Re: Is Proton a lightweight alternative to Qpid? On Mon, Jan 14, 2013 at 11:14 AM, Eagy, Taylor wrote: > Hi guys, > > > > I've been using Qpid for the past several months and I really like it. > However, I've ma

Re: Is Proton a lightweight alternative to Qpid?

2013-01-15 Thread Rafael Schloming
On Mon, Jan 14, 2013 at 11:14 AM, Eagy, Taylor wrote: > Hi guys, > > > > I've been using Qpid for the past several months and I really like it. > However, I've mainly just been using it to pass messages between several > Python processes running on the same machine, so using Qpid is probably > ove

Is Proton a lightweight alternative to Qpid?

2013-01-14 Thread Eagy, Taylor
Hi guys, I've been using Qpid for the past several months and I really like it. However, I've mainly just been using it to pass messages between several Python processes running on the same machine, so using Qpid is probably overkill. Then I noticed Proton and got excited. Ideally I'm looking