RE: [Broker-J] JDBC message store performance

2018-09-24 Thread VERMEULEN Olivier
Hello Rob, I think there is something wrong with your patch, it only contains the git-diff manual... Olivier -Original Message- From: Rob Godfrey Sent: mercredi 19 septembre 2018 09:31 To: users@qpid.apache.org Subject: Re: [Broker-J] JDBC message store performance I'm on vacation

Re: [Dispatch-Router] max message size

2018-09-24 Thread Ganesh Murthy
Glad to know it is working and thanks for testing. On Mon, Sep 24, 2018 at 8:21 AM VERMEULEN Olivier < olivier.vermeu...@murex.com> wrote: > Hello, > > We tested against the master and it is now working fine. > > Thanks, > Olivier > > -Original Message- > From: Ganesh Murthy > Sent:

RE: [Dispatch-Router] max message size

2018-09-24 Thread VERMEULEN Olivier
Hello, We tested against the master and it is now working fine. Thanks, Olivier -Original Message- From: Ganesh Murthy Sent: jeudi 20 septembre 2018 17:59 To: users@qpid.apache.org Subject: Re: [Dispatch-Router] max message size Here is the sequence of events we gleaned from the log

Re: Visual Studio Compliation Error: Any ideas/help Welcomed!

2018-09-24 Thread Chuck Rolke
This was discussed in https://issues.apache.org/jira/browse/QPID-7926 I'm not sure how far the resolution made it into the upstream source. - Original Message - > From: "Paul A. Flores" > To: users@qpid.apache.org > Sent: Tuesday, September 11, 2018 5:50:55 PM > Subject: Visual Studio

Re: qpid-proton-cpp decoder.cpp - possible bug?

2018-09-24 Thread Nathan
Hi,   I applied the bug fix below into the code for 0.24.0   It fixes that issue, but appears to have a side effect of causing open ssl to disconnect too soon - when the fix below is in place we get "no more data" exceptions being thrown from decoder.cpp around line 75, but when the fix below

Re: Visual Studio Compliation Error: Any ideas/help Welcomed!

2018-09-24 Thread Alan Conway
On Mon, Sep 24, 2018 at 9:48 AM Chuck Rolke wrote: > This was discussed in https://issues.apache.org/jira/browse/QPID-7926 > > I'm not sure how far the resolution made it into the upstream source. > Looks like that never got merged, seems like an oversight. > - Original Message - > >

[ISSUE][proton-j] session begin frame handler throws NPE

2018-09-24 Thread Sreeram Kumar Garlapati
Hello Qpid developers!! We are using proton-j Reactor APIs to and are hitting a NullPointerException – which is a TODO in the proton-j codebase . Truly appreciate if someone can help complete the TODO. Link to the line:

Building Qpid broker 7.0.6 Java version with OpenJDK 1.8.0_162_x64 fails in BDB Link Store Plug-in tests

2018-09-24 Thread Brian O'Shea
Hello Qpid developers, I am trying to build the Qpid broker version 7.0.6 Java version, and it is failing the BDB Link Store Plug-in tests. I am building on an Intel 64-bit system running Ubuntu Linux 16.04 with OpenJDK 1.8.0_162_x64. I have searched for the errors that I am seeing but can't

Re: qpid-proton-cpp decoder.cpp - possible bug?

2018-09-24 Thread Alan Conway
On Mon, Sep 24, 2018 at 9:42 AM Nathan wrote: > Hi, > > I applied the bug fix below into the code for 0.24.0 > > It fixes that issue, but appears to have a side effect of causing open ssl > to disconnect too soon - when the fix below is in place we get "no more > data" exceptions being thrown

Re: Visual Studio Compliation Error: Any ideas/help Welcomed!

2018-09-24 Thread Alan Conway
On Mon, Sep 24, 2018 at 4:36 PM Alan Conway wrote: > > > On Mon, Sep 24, 2018 at 9:48 AM Chuck Rolke wrote: > >> This was discussed in https://issues.apache.org/jira/browse/QPID-7926 >> >> I'm not sure how far the resolution made it into the upstream source. >> > > Looks like that never got