regarding qpid C++ broker

2015-10-27 Thread Suman . Patro-TRN
Hello Sir, I am currently evaluating qpid broker for its performance against other available brokers. So I would like to clear certain queries regarding the same. Can anyone suggest the way to test the qpid broker against the following parameters: 1. Throughput 2. Latency

Re: "unknown frame type: 0" after upgrading proton-j jar and proton jms jar (0.4 -> 0.10) in HornetQ (final).

2015-10-27 Thread Chuck Rolke
- Original Message - > From: "Gordon Sim" > To: users@qpid.apache.org > Sent: Tuesday, October 27, 2015 3:24:37 PM > Subject: Re: "unknown frame type: 0" after upgrading proton-j jar and proton > jms jar (0.4 -> 0.10) in HornetQ > (final). > > On 10/27/2015 03:43 PM, Matthew Karlsen wr

Re: "unknown frame type: 0" after upgrading proton-j jar and proton jms jar (0.4 -> 0.10) in HornetQ (final).

2015-10-27 Thread Gordon Sim
On 10/27/2015 03:43 PM, Matthew Karlsen wrote: Hello again, Last time I contacted the list I was having issues with the basic sending and receiving of AMQP messages to/from HornetQ. I have got quite a bit further by myself (+ docs & e.g.s) but am sorry to say that I am stumped again... I have

Re: Proton 0.11.0 release update - Alpha is available

2015-10-27 Thread Robbie Gemmell
I would proceed rather than slow things down. Robbie On 27 October 2015 at 13:33, Justin Ross wrote: > I've received precisely zero feedback on the alpha release. Should I > proceed with the beta and branching as planned, or is there a desire for > more time to do some testing? > > Justin > > O

"unknown frame type: 0" after upgrading proton-j jar and proton jms jar (0.4 -> 0.10) in HornetQ (final).

2015-10-27 Thread Matthew Karlsen
Hello again, Last time I contacted the list I was having issues with the basic sending and receiving of AMQP messages to/from HornetQ. I have got quite a bit further by myself (+ docs & e.g.s) but am sorry to say that I am stumped again... I have got HornetQ and the Qpid Proton examples configu

Re: Proton 0.11.0 release update - Alpha is available

2015-10-27 Thread Michael Ivanov
Please can you check "Possible typo in messenger.c" message? Is this a real typo? (this is present in earlier versions also, not just in 0.11) Also I observe library looping in the following code: #0 pn_selector_select (selector=0x22bff80, timeout=60) at qpid-proton-0.11.0-alpha/proton-c/sr

Re: Proton 0.11.0 release update - Alpha is available

2015-10-27 Thread Justin Ross
I've received precisely zero feedback on the alpha release. Should I proceed with the beta and branching as planned, or is there a desire for more time to do some testing? Justin On Mon, Oct 19, 2015 at 8:20 AM, Justin Ross wrote: > Hi, folks. The alpha is now available from the following URL

Possible typo in messenger.c?

2015-10-27 Thread Michael Ivanov
Hallo, Is this an error: if (messenger->flags | PN_FLAGS_CHECK_ROUTES) { . . . . } (line 1498 in messenger.c)? Shouldn't it be: if (messenger->flags & PN_FLAGS_CHECK_ROUTES) { Or do I miss sthing? Best regards, -- \ / | | (OvO) | Mikhail Iwa