[ANNOUNCE] Apache Qpid Proton-J 0.24.0 released

2017-12-11 Thread Robbie Gemmell
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid Proton-J 0.24.0. Apache Qpid Proton-J is a messaging library for the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org). It can be used in a wide ra

Re: How to create a QPID topic exchange that holds messages even then then there is no active receiver

2017-12-11 Thread Michael Arnold
Yes, that works for me! Thank-you so much for your help! On Mon, Dec 11, 2017 at 9:43 PM, Gordon Sim wrote: > On 09/12/17 02:20, Michael Arnold wrote: > >> Thanks for the help - but am still stuck: >> >> 1. Added in a link name as follows: >> string ReceiverAddress = "Topic.Subtopic/Subject; {c

Re: [VOTE] Release Apache Qpid JMS 0.28.0

2017-12-11 Thread Timothy Bish
On 12/11/2017 01:21 PM, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 0.28.0 Qpid JMS client release, please give it a test out and vote accordingly. The source and binary archives can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/jms/0.28.0-rc1/ The maven art

Re: [VOTE] Release Apache Qpid JMS 0.28.0

2017-12-11 Thread Gordon Sim
On 11/12/17 18:21, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 0.28.0 Qpid JMS client release, please give it a test out and vote accordingly. +1 (built from source, ran tests, tested examples in binary produced against c++ broker and router). --

Re: [VOTE] Release Apache Qpid JMS 0.28.0

2017-12-11 Thread Jakub Scholz
+1 ... I used the staging repo and run my tests against different version of the C++ broker (including master). On Mon, Dec 11, 2017 at 8:30 PM, Robbie Gemmell wrote: > On 11 December 2017 at 18:21, Robbie Gemmell > wrote: > > Hi folks, > > > > I have put together a spin for a 0.28.0 Qpid JMS c

Re: [VOTE] Release Apache Qpid JMS 0.28.0

2017-12-11 Thread Robbie Gemmell
On 11 December 2017 at 18:21, Robbie Gemmell wrote: > Hi folks, > > I have put together a spin for a 0.28.0 Qpid JMS client release, please > give it a test out and vote accordingly. > > The source and binary archives can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/jms/0.28.0-rc

[VOTE] Release Apache Qpid JMS 0.28.0

2017-12-11 Thread Robbie Gemmell
Hi folks, I have put together a spin for a 0.28.0 Qpid JMS client release, please give it a test out and vote accordingly. The source and binary archives can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/jms/0.28.0-rc1/ The maven artifacts are also staged for now at: https://repos

[RESULT] [VOTE] Release Apache Qpid Proton-J 0.24.0

2017-12-11 Thread Robbie Gemmell
There were 3 binding +1 votes, with no other votes received. The vote has passed. I will add the archive to the dist release repo and release the maven staging repo shortly. I will update the website tomorrow once the artifacts have had time to sync to the mirrors and maven central. Robbie -

Re: How to create a QPID topic exchange that holds messages even then then there is no active receiver

2017-12-11 Thread Gordon Sim
On 09/12/17 02:20, Michael Arnold wrote: Thanks for the help - but am still stuck: 1. Added in a link name as follows: string ReceiverAddress = "Topic.Subtopic/Subject; {create: always, node:{type: topic, durable: true}, link:{reliability: at-least-once, durable: true, name: subscription-name}}"