Re: Dequeuing message with null persistence Id.

2016-02-09 Thread Gordon Sim
On 02/09/2016 01:09 PM, Toralf Lund wrote: I can reproduce the problem every time I try now. The other broker is using the same QPid version, and I think it's supposed to be set up the same way. It's managed by someone else (who didn't understand the error message either when I asked), though, so

Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-09 Thread Justin Ross
This vote is closed. It is replaced by the following: http://qpid.2158936.n2.nabble.com/VOTE-Release-RC-2-as-Qpid-Proton-0-12-0-td7638092.html Justin On Mon, Feb 8, 2016 at 7:25 AM, Justin Ross wrote: > An update. I'm going to respin today to get Andrew's fix, and then I'll > raise a new vo

[VOTE] Release RC 2 as Qpid Proton 0.12.0

2016-02-09 Thread Justin Ross
The artifacts proposed for release: https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc2/ Please indicate your vote below. If you favor releasing the 0.12.0 RC 2 bits as 0.12.0 GA, vote +1. If you have reason to think the RC is not ready for release, vote -1. Thanks, Justin

Proton 0.12.0 release update - RC 2 is available

2016-02-09 Thread Justin Ross
RC 2 source distribution: https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc2/ Maven staging repo: https://repository.apache.org/content/repositories/orgapacheqpid-1062 RC 2 contains two changes versus the first RC: commit fda572f4088c5dc25be77ce6dbf847fba99a396f Auth

Re: Dequeuing message with null persistence Id.

2016-02-09 Thread Toralf Lund
On 09/02/16 12:52, Gordon Sim wrote: On 02/09/2016 10:37 AM, Toralf Lund wrote: On 08/02/16 18:07, Gordon Sim wrote: When enqueing a message, the store attaches its own identifier to it for use when dequeueing the same message. The error message indicates that this identifier could not be obtai

Re: Dequeuing message with null persistence Id.

2016-02-09 Thread Gordon Sim
On 02/09/2016 10:37 AM, Toralf Lund wrote: On 08/02/16 18:07, Gordon Sim wrote: When enqueing a message, the store attaches its own identifier to it for use when dequeueing the same message. The error message indicates that this identifier could not be obtained from the message when it was tryin

Re: Dequeuing message with null persistence Id.

2016-02-09 Thread Toralf Lund
On 08/02/16 18:07, Gordon Sim wrote: On 02/04/2016 08:00 PM, Toralf Lund wrote: Hi, I've suddenly started getting exceptions with messages like framing-error: Queue "": Dequeuing message with null persistence Id. (/work/build/build/qpid-0.22/cpp/src/qpid/legacystore/MessageStoreImpl.cpp:1374)"

Re: Rejecting/Accepting message with Qpid Proton-J

2016-02-09 Thread Robbie Gemmell
I'm also no expert on Messenger having barely ever used it, but I believe Gordon was suggesting you set it to a non-zero value such that there is a window, so that you can explicitly accept/reject, rather than the zero default where there isnt a window and you can't (with it always accepting). Aft