[Resending] - Proton-J engine and thread safety

2015-06-10 Thread Kritikos, Alex
[Resending as it ended up in the wrong thread] Hi all, is the proton-j engine meant to be thread safe? We have been experiencing some sporadic issues where under load, the engine sends callbacks to registered handlers with null as the event. We do not have a standalone repro case yet but just

Re: [Resending] - Proton-J engine and thread safety

2015-06-10 Thread Timothy Bish
On 06/10/2015 10:18 AM, Kritikos, Alex wrote: Hi Alan, thanks for your response. We also use an engine per connection however there are different read and write threads interacting with it and the issues only occur under load. I guess we should try to create a repro case. Thanks, Alex

Re: [Resending] - Proton-J engine and thread safety

2015-06-10 Thread Kritikos, Alex
Hi Alan, thanks for your response. We also use an engine per connection however there are different read and write threads interacting with it and the issues only occur under load. I guess we should try to create a repro case. Thanks, Alex Kritikos Software AG On 10 Jun 2015, at 16:50,

Re: [Resending] - Proton-J engine and thread safety

2015-06-10 Thread aconway
On Wed, 2015-06-10 at 14:18 +, Kritikos, Alex wrote: Hi Alan, thanks for your response. We also use an engine per connection however there are different read and write threads interacting with it and the issues only occur under load. I guess we should try to create a repro case. You