Re: [VOTE] Release Apache Qpid Proton-J 0.33.1

2019-05-31 Thread Robbie Gemmell
On Thu, 30 May 2019 at 19:02, Robbie Gemmell wrote: > > Hi folks, > > I have put together a spin for a Qpid Proton-J 0.33.1 release, please > test it and vote accordingly. > > The files can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.33.1-rc1/ > > The maven artifacts

Set destination from Qpid Proton Client

2019-05-31 Thread MattR
Hello, I am upgrading our system's Qpid setup to the latest and greatest of each Proton, JMS, and Broker-J versions (coming off REALLY old non-Proton Qpid). I was hoping someone might be able to tell me if it is possible to set the destination of a queue when setting up the receiver. Broker-J conv

Re: Better way to handle 'MessageNotWriteableException: Message is currently read-only'

2019-05-31 Thread akabhishek1
Thank you so much for confirmation Rob. Regards, Abhishek Kumar -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional comman

Re: Unexpected error from qpidd-cpp 1.39 when queue is faulty

2019-05-31 Thread Pavel Moravec
Not being such an expert to linearstore as Kim, I have two ideas: 1) in case you have thousands of durable queues, you can hit kernel's limit on AIO operations and need to increase fs.aio-max-nr parameter. For calculation: I recall on some systems (rhel6?) one durable queue required 33 AIO handler

Re: [VOTE] Release Apache Qpid Proton-J 0.33.1

2019-05-31 Thread Oleksandr Rudyy
+1 My testing included the following * built and ran tests successfully from source bundle * verified checksums and signatures * ran successfully Qpid Broker-J integration tests on master branch using JMS client and staged Proton-j artefacts On Thu, 30 May 2019 at 19:02, Robbie Gemmell wrote: >

Re: Better way to handle 'MessageNotWriteableException: Message is currently read-only'

2019-05-31 Thread Robbie Gemmell
I'm aiming to do a release next week, after the new proton-j release is available. Robbie On Fri, 31 May 2019 at 10:14, akabhishek1 wrote: > > Hi Team, > > Is it possible for you to release "0.43.0" with latest fixes, as we are > having this issue in multiple applications. Please let us know you

Re: Better way to handle 'MessageNotWriteableException: Message is currently read-only'

2019-05-31 Thread akabhishek1
Hi Team, Is it possible for you to release "0.43.0" with latest fixes, as we are having this issue in multiple applications. Please let us know your opinion. Regards, Abhishek Kumar -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --

Re: [VOTE] Release Apache Qpid Proton-J 0.33.1

2019-05-31 Thread Keith W
+1 My testing was: * Verified signatures and checksums * Checked for LICENCE and NOTICE files in the archives. * Built from source / ran tests on Mac OS X 10.13.6 on Open JDK 11 and Oracle JDK 1.8 * Ran Qpid Broker-J (master - 71a37b) client integration tests using the staged Proton-J artefacts.