rdma support in python

2013-04-05 Thread euroford
Hi all, THere is a project Python-rmda, https://github.com/jgunthorpe/python-rdma, is that possible qpid-python got rmda support with it? Bests An Yang -- View this message in context: http://qpid.2158936.n2.nabble.com/rdma-support-in-python-tp7591212.html Sent from the Apache Qpid users mai

Re: Performance degradation over time during amqp 1.0 stress test

2013-04-05 Thread Jason Barto
Rob, I've had a chance to review the latest updates to QPid. And while the memory leak has been lessened it has not been removed (to be expected I think). However, on the downsie, the performance of the AMQP 1.0 code seems to have declined significantly. I'm attaching the results from 2 performa

Re: Questions from a novice

2013-04-05 Thread Bill Freeman
On Fri, Apr 5, 2013 at 3:38 PM, Ken Giusti wrote: > - Original Message - > > From: "Bill Freeman" > > QMF V2 has been available for some time now, and we've cut all the project > tools and libraries over to speaking it. If we start down the road to > deprecating V1, turning off the brok

Re: Questions from a novice

2013-04-05 Thread Bill Freeman
On Fri, Apr 5, 2013 at 2:37 PM, Bill Freeman wrote: > On Fri, Apr 5, 2013 at 2:09 PM, Ken Giusti wrote: > >> - Original Message - >> > From: "Bill Freeman" >> ... >> > >> > However, it would be nice to know how to get the console to only >> subscribe >> > to the V2 queues. It's not cl

Re: Questions from a novice

2013-04-05 Thread Ken Giusti
- Original Message - > From: "Bill Freeman" > To: users@qpid.apache.org > Sent: Friday, April 5, 2013 2:37:23 PM > Subject: Re: Questions from a novice > > On Fri, Apr 5, 2013 at 2:09 PM, Ken Giusti wrote: > > > > > > > - Original Message - > > > From: "Bill Freeman" > > ...

Re: Questions from a novice

2013-04-05 Thread Fraser Adams
On 05/04/13 19:27, Ken Giusti wrote: Your code is fine, and your observations are 100% correct. You _should_ be seeing both, but are just getting V1 updates. That's the bug from QPID-4689. I _just_ pushed a fix to trunk, so if you update, you should start seeing V2 objects. The commit is here:

Re: Questions from a novice

2013-04-05 Thread Bill Freeman
On Fri, Apr 5, 2013 at 2:09 PM, Ken Giusti wrote: > > > - Original Message - > > From: "Bill Freeman" > ... > > > > However, it would be nice to know how to get the console to only > subscribe > > to the V2 queues. It's not clear that I can require the brokers to be > > reconfigured as

Re: Questions from a novice

2013-04-05 Thread Ken Giusti
Hi Frase - Original Message - > From: "Fraser Adams" > To: users@qpid.apache.org > Sent: Friday, April 5, 2013 2:09:12 PM > Subject: Re: Questions from a novice > > Hi Guys, > This thread has intrigued me a bit. > > I must admit that I had thought the qmf.console.Console, > qmf.console.

Re: Questions from a novice

2013-04-05 Thread Ken Giusti
- Original Message - > From: "Bill Freeman" > To: users@qpid.apache.org > Sent: Friday, April 5, 2013 12:45:02 PM > Subject: Re: Questions from a novice > > Ken, > > Yes, with the patch in, I get callbacks to my qmf.console.Console sub-class > instance's callback methods for both V1 an

Re: Questions from a novice

2013-04-05 Thread Fraser Adams
Hi Guys, This thread has intrigued me a bit. I must admit that I had thought the qmf.console.Console, qmf.console.Session stuff was QMF1 only so I was intrigued by the comments about QMF2. I dug out an old python program. It starts like: class AuditConsole(Console): # AuditConsole Constr

Re: Questions from a novice

2013-04-05 Thread Bill Freeman
Ken, Yes, with the patch in, I get callbacks to my qmf.console.Console sub-class instance's callback methods for both V1 and V2 updates. There are some differences in the plumbing: V1 initial updates carry properties only. V2 initial updates carry both properties and statistics. Both are s

stable issue in bidirection Huge message inqueue and dequeue at sametime

2013-04-05 Thread euroford
Hi all, I'm using a phthon qpid client, which fetch the message from queue A and reply to queue B, when the message from queue A is more than 4MBytes, the reply message will be failed, the both way comnication are in one session of the same connection. Could you give me some advices, thanks a lot

Re: Website update 2

2013-04-05 Thread Justin Ross
Hi, Alex. Thanks for the comments. On Thu, Apr 4, 2013 at 6:57 PM, Oleksandr Rudyy wrote: > Hi Justin, > > The new version looks really nice. Well done. > However, I got a couple of minor comments. > > General remarks: > > I do not know if it is me (may be I am getting older and more conservativ

Re: C++ broker federation with SSL transport link: suggestion test modification

2013-04-05 Thread Gordon Sim
On 04/04/2013 08:58 PM, djames wrote: I have been trying to federate 2 C++ brokers, and used the sasl_fed_ex test as a guide to do this. I had trouble getting the ssl link to establish, and tried QPID 0.14, 0.20, and finally 0.18. The test appeared to succeed , but the link "State" was "Waiting

cmake issues for 0.22

2013-04-05 Thread Gordon Sim
There are two issue using cmake that I have been looking at. (1) The issue brought up by Rob on the dev list regarding building with ssl on ubuntu (https://issues.apache.org/jira/browse/QPID-4702). I have a suggested patch for that waiting for some review. (2) On gcc 4.1.2, e.g. as shipped on

QMF issue on trunk with exchange update timestamp

2013-04-05 Thread Fraser Adams
Hi All, I've just noticed an issue with QMF2 statistics on trunk (0.23). I'm pretty sure it didn't exist in 0.20 and below but not sure about what's gone off to the 0.22 branch. The issue is that exchange object update timestamps are not being updated. The objects in question definitely have

[c++] Status of the AMQP 1.0 work

2013-04-05 Thread Gordon Sim
Attached are some notes on the current status of the AMQP 1.0 support for qpid::messaging and qpidd, describing how it is currently implemented and highlighting some of the missing features and changes with respect to addressing options. As ever, I am open to any feedback, questions, criticisms