Re: JMS Session termination during async sends

2024-04-17 Thread Timothy Bish
On 4/9/24 15:03, alan.masciang...@lmco.com wrote: Greetings, We've encountered an issue when closing JMSContext while doing async sends we tracked down to the exception being thrown here

[ANNOUNCE] Apache Qpid proton-dotnet 1.0.0-M10 released

2024-04-15 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache proton-dotnet 1.0.0-M10. This is the latest release of our AMQP .NET client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based

[RESULT][VOTE] Release Apache Qpid proton-dotnet 1.0.0-M10

2024-04-15 Thread Timothy Bish
There were 3 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release shortly. The website will be updated after the release has had time to sync to the mirrors. -- Tim Bish

Re: [VOTE] Release Apache Qpid proton-dotnet 1.0.0-M10 (RC1)

2024-04-08 Thread Timothy Bish
On 4/8/24 19:04, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M10 Qpid proton-dotnet release, please give it a test out and vote accordingly. Tests can be run using the build script in the source archive: "./build.sh podman-test" or "./

[VOTE] Release Apache Qpid proton-dotnet 1.0.0-M10 (RC1)

2024-04-08 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M10 Qpid proton-dotnet release, please give it a test out and vote accordingly. Tests can be run using the build script in the source archive: "./build.sh podman-test" or "./build.sh docker-test" The source and binary archives

[ANNOUNCE] Apache Qpid protonj2 1.0.0-M20 released

2024-03-28 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache protonj2 1.0.0-M20. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

[RESULT][VOTE] Release Apache Qpid protonj2 1.0.0-M20

2024-03-28 Thread Timothy Bish
There were 3 binding +1 votes, and 1 other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

Re: [VOTE] Release Apache Qpid protonj2 1.0.0-M20

2024-03-25 Thread Timothy Bish
On 3/25/24 14:13, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M20 Qpid protonJ2 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/protonj2/1.0.0-M20

[VOTE] Release Apache Qpid protonj2 1.0.0-M20

2024-03-25 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M20 Qpid protonJ2 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/protonj2/1.0.0-M20-rc1/ The maven artifacts are also staged

Re: ProtonJ2 client handling of null message bodies

2024-03-18 Thread Timothy Bish
This should now be fixed as part of: https://issues.apache.org/jira/browse/PROTON-2809 On 3/15/24 15:42, Ciaran wrote: On Fri, Mar 15, 2024 at 6:14 PM Timothy Bish wrote: On 3/15/24 11:50, Ciaran wrote: Hi, I'm attempting to build a resilient client using the protonj2 client and as part

Re: ProtonJ2 client handling of null message bodies

2024-03-15 Thread Timothy Bish
On 3/15/24 15:42, Ciaran wrote: On Fri, Mar 15, 2024 at 6:14 PM Timothy Bish wrote: On 3/15/24 11:50, Ciaran wrote: Hi, I'm attempting to build a resilient client using the protonj2 client and as part of my testing I was checking that it would handle messages with null bodies

Re: Unexpected idle timeout behaviours

2024-03-15 Thread Timothy Bish
On 3/15/24 15:44, Ciaran wrote: This should be fixed no in: https://issues.apache.org/jira/browse/PROTON-2807 This essentially occurred because the Proton buffers were rewritten to allow zero copy semantics after the ingest code was written and the read offset is no longer reflective

Re: ProtonJ2 client handling of null message bodies

2024-03-15 Thread Timothy Bish
On 3/15/24 11:50, Ciaran wrote: Hi, I'm attempting to build a resilient client using the protonj2 client and as part of my testing I was checking that it would handle messages with null bodies (specifically my client is only willing to work with strings or byte arrays so it rejects any other

Re: Unexpected idle timeout behaviours

2024-03-15 Thread Timothy Bish
On 3/14/24 19:28, Ciaran wrote: I've provided the full set of frames below, but if I'm interpreting correctly the inputSequence property is not being incremented on receipt of data which means that the deadline for hearing from the peer again is not being suitably increased. (I can see the

Re: Unexpected idle timeout behaviours

2024-03-14 Thread Timothy Bish
On 3/13/24 17:54, Ciaran wrote: Hi, I'm experiencing IdleTimeoutExceptions on my connections when I don't believe I should. I've looked around and I can see that it is not uncommon for people to misunderstand the AMQP timeout semantics, so this is quite possible. However, viewing the frames and

Re: ProtonJ2 Initial connection failure, reconnect logic

2024-03-12 Thread Timothy Bish
On 3/12/24 16:25, Ciaran wrote: On Tue, Mar 12, 2024 at 7:13 PM Timothy Bish wrote: On 3/12/24 04:08, Ciaran wrote: On Mon, Mar 11, 2024 at 9:33 PM Timothy Bish wrote: The client re-connection logic treats a SASL authentication error as a terminal state and will not continue reconnect

Re: ProtonJ2 Initial connection failure, reconnect logic

2024-03-12 Thread Timothy Bish
On 3/12/24 04:08, Ciaran wrote: On Mon, Mar 11, 2024 at 9:33 PM Timothy Bish wrote: The client re-connection logic treats a SASL authentication error as a terminal state and will not continue reconnect attempts if it receives a SASL outcome that indicates anything other than a temporary

Re: ProtonJ2 Initial connection failure, reconnect logic

2024-03-11 Thread Timothy Bish
On 3/11/24 16:54, Ciaran wrote: Hi all, I'm taking a look at using ProtonJ2 to talk to Azure Service Bus and I've successfully gotten everything up and running, with and without websockets, now I'm turning my attention to the 'unhappy path' of network drop-outs and misconfigurations leading to

Re: ProtonJ2 client > senderId used for sender source name

2024-02-26 Thread Timothy Bish
On 2/26/24 12:00, Arnaud Cogoluègnes wrote: Thanks for the reply. My understanding is that it does not matter much, right? Would it be OK to change this line [1] and pass in the address variable instead of the senderId? I tried locally: it does not break the test suite and fixes the link

Re: ProtonJ2 client asynchronous API?

2024-02-12 Thread Timothy Bish
On 2/12/24 12:03, Arnaud Cogoluègnes wrote: Hi. I'm trying out ProtonJ2 client and I noticed it's only possible to check the status of a sent message and receive messages in a "pull-based manner" (Future and Receiver#receive). I was wondering what the rationale is behind this design (e.g. let

[ANNOUNCE] Apache Qpid protonj2 1.0.0-M19

2024-01-12 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache protonj2 1.0.0-M19. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

Re: [VOTE] enroll Proton and Dispatch in Packit-as-a-Service CI offering from Fedora

2024-01-12 Thread Timothy Bish
On 1/12/24 11:11, Jiri Daněk wrote: I'd like to enable Packit-as-a-Service ( https://github.com/marketplace/packit-as-a-service) for Qpid Proton and Qpid Dispatch GitHub repositories, so that every new PR gets tested on Fedora infrastructure (latest released Fedora and Fedora Rawhide). There

[RESULT][VOTE] Release Apache Qpid protonj2 1.0.0-M19

2024-01-12 Thread Timothy Bish
There were 5 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

Re: [VOTE] Release Apache Qpid protonj2 1.0.0-M19 (RC1)

2024-01-08 Thread Timothy Bish
On 1/8/24 12:08, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M19 Qpid protonJ2 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/protonj2/1.0.0-M19-rc1

[VOTE] Release Apache Qpid protonj2 1.0.0-M19 (RC1)

2024-01-08 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M19 Qpid protonJ2 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/protonj2/1.0.0-M19-rc1/ The maven artifacts are also staged

[ANNOUNCE] Apache Qpid protonj2 1.0.0-M18 released

2023-11-07 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache protonj2 1.0.0-M18. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

[RESULT][VOTE] Release Apache Qpid protonj2 1.0.0-M18

2023-11-07 Thread Timothy Bish
There were 4 binding +1 votes, and one other vote received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

Re: [VOTE] Release Apache Qpid protonj2 1.0.0-M18

2023-11-01 Thread Timothy Bish
On 11/1/23 10:22, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M18 Qpid protonJ2 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/protonj2/1.0.0-M18

[VOTE] Release Apache Qpid protonj2 1.0.0-M18

2023-11-01 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M18 Qpid protonJ2 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/protonj2/1.0.0-M18-rc1/ The maven artifacts are also staged

Re: [VOTE] Release Apache Qpid JMS 2.5.0

2023-10-26 Thread Timothy Bish
On 10/26/23 12:46, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 2.5.0 Qpid JMS client release, please give it a test out and vote accordingly. The staged source and binary archives can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/jms/2.5.0-rc1/ The maven

Re: [VOTE] Release Apache Qpid JMS 1.11.0

2023-10-26 Thread Timothy Bish
On 10/26/23 12:08, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 1.11.0 Qpid JMS client release, please give it a test out and vote accordingly. The staged source and binary archives can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/jms/1.11.0-rc1/ The maven

[ANNOUNCE] Apache Qpid protonj2 1.0.0-M17 released

2023-07-31 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache protonj2 1.0.0-M17. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

[RESULT][VOTE] Release Apache Qpid protonj2 1.0.0-M17

2023-07-31 Thread Timothy Bish
There were 3 binding +1 votes, and 1 other vote received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

Re: [VOTE] Release Apache Qpid protonj2 1.0.0-M17

2023-07-31 Thread Timothy Bish
Vote remains open awaiting another binding +1 from someone with time to give a quick review. On 7/25/23 11:49, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M17 Qpid protonJ2 release, please give it a test out and vote accordingly. The source and binary

Re: [VOTE] Release Apache Qpid protonj2 1.0.0-M17

2023-07-25 Thread Timothy Bish
On 7/25/23 11:49, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M17 Qpid protonJ2 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/protonj2/1.0.0-M17

[VOTE] Release Apache Qpid protonj2 1.0.0-M17

2023-07-25 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M17 Qpid protonJ2 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/protonj2/1.0.0-M17-rc1/ The maven artifacts are also staged

[ANNOUNCE] Apache Qpid protonj2 1.0.0-M16 released

2023-06-30 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache ProtonJ2 1.0.0-M16. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

[RESULT][VOTE] Release Apache Qpid protonj2 1.0.0-M16

2023-06-30 Thread Timothy Bish
There were 4 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

Re: [VOTE] Release Apache Qpid JMS 2.4.0

2023-06-27 Thread Timothy Bish
On 6/27/23 12:09, Robbie Gemmell wrote: On Tue, 27 Jun 2023 at 16:17, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 2.4.0 Qpid JMS client release, please give it a test out and vote accordingly. The staged source and binary archives can be grabbed from:

Re: [VOTE] Release Apache Qpid JMS 1.10.0

2023-06-27 Thread Timothy Bish
On 6/27/23 10:32, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 1.10.0 Qpid JMS client release, please give it a test out and vote accordingly. The staged source and binary archives can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/jms/1.10.0-rc1/ The maven

Re: [VOTE] Release Apache Qpid protonj2 1.0.0-M16

2023-06-26 Thread Timothy Bish
On 6/26/23 12:54, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M16 Qpid ProtonJ2 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/protonj2/1.0.0-M16

[VOTE] Release Apache Qpid protonj2 1.0.0-M16

2023-06-26 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M16 Qpid ProtonJ2 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/protonj2/1.0.0-M16-rc1/ The maven artifacts are also staged

[ANNOUNCE] Apache Qpid proton-dotnet 1.0.0-M9 released

2023-05-26 Thread Timothy Bish
{Subject} [ANNOUNCE] Apache Qpid proton-dotnet 1.0.0-M9 released {template} The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache proton-dotnet 1.0.0-M9. This is the latest release of our AMQP .NET client supporting the Advanced Message

[RESULT][VOTE] Release Apache Qpid proton-dotnet 1.0.0-M9

2023-05-26 Thread Timothy Bish
There were three binding +1 votes, and one other votes received. The vote has passed. I will add the files to the dist release repo and release shortly. The website will be updated after the release has had time to sync to the mirrors. -- Tim Bish

Re: [VOTE] Release Apache Qpid proton-dotnet 1.0.0-M9

2023-05-26 Thread Timothy Bish
Hi folks, gentle reminder that this vote still remains open pending one additional binding +1 On Mon, May 22, 2023 at 6:33 PM Timothy Bish wrote: > > Hi folks, > > I have put together a release candidate for a 1.0.0-M9 Qpid > proton-dotnet release, > please give it a

Re: [VOTE] Release Apache Qpid proton-dotnet 1.0.0-M9

2023-05-22 Thread Timothy Bish
On 5/22/23 18:33, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M9 Qpid proton-dotnet release, please give it a test out and vote accordingly. Tests can be run using the build script in the source archive: "./build.sh podman-test" or "./

[VOTE] Release Apache Qpid proton-dotnet 1.0.0-M9

2023-05-22 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M9 Qpid proton-dotnet release, please give it a test out and vote accordingly. Tests can be run using the build script in the source archive: "./build.sh podman-test" or "./build.sh docker-test" The source and binary archives can

Re: [VOTE] Release Apache Qpid JMS 2.3.0

2023-05-17 Thread Timothy Bish
On 5/17/23 13:41, Robbie Gemmell wrote: I have put together a spin for a 2.3.0 Qpid JMS client release, please give it a test out and vote accordingly. The staged source and binary archives can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/jms/2.3.0-rc1/ The maven artifacts are

Re: [VOTE] Release Apache Qpid JMS 1.9.0

2023-05-17 Thread Timothy Bish
On 5/17/23 12:44, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 1.9.0 Qpid JMS client release, please give it a test out and vote accordingly. The staged source and binary archives can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/jms/1.9.0-rc1/ The maven

[ANNOUNCE] Apache Qpid proton-dotnet 1.0.0-M8 released

2023-05-15 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache proton-dotnet 1.0.0-M8. This is the latest release of our AMQP .NET client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based

[RESULT][VOTE] Release Apache Qpid proton-dotnet 1.0.0-M8

2023-05-15 Thread Timothy Bish
There were 3 binding +1 votes, and 1 other votes received. The vote has passed. I will add the files to the dist release repo and release shortly. The website will be updated after the release has had time to sync to the mirrors. -- Tim Bish

Re: [VOTE] Release Apache Qpid proton-dotnet 1.0.0-M8 (RC1)

2023-05-10 Thread Timothy Bish
On 5/8/23 12:12, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M8 Qpid proton-dotnet release, please give it a test out and vote accordingly. Tests can be run using the build script in the source archive: "./build.sh podman-test" or "./

[VOTE] Release Apache Qpid proton-dotnet 1.0.0-M8 (RC1)

2023-05-09 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M8 Qpid proton-dotnet release, please give it a test out and vote accordingly. Tests can be run using the build script in the source archive: "./build.sh podman-test" or "./build.sh docker-test" The source and binary archives can

[ANNOUNCE] Apache Qpid protonj2 1.0.0-M15 released

2023-05-05 Thread Timothy Bish
{Subject} [ANNOUNCE] Apache Qpid ProtonJ2 1.0.0-M15 released {template} The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache ProtonJ2 1.0.0-M15. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing

[RESULT][VOTE] Release Apache Qpid protonj2 1.0.0-M15

2023-05-05 Thread Timothy Bish
There were 5 binding +1 votes, and 1 other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

Re: [VOTE] Release Apache Qpid protonj2 1.0.0-M15

2023-05-02 Thread Timothy Bish
On 5/2/23 13:27, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M15 Qpid ProtonJ2 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/protonj2/1.0.0-M15-rc1

[VOTE] Release Apache Qpid protonj2 1.0.0-M15

2023-05-02 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M15 Qpid ProtonJ2 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/protonj2/1.0.0-M15-rc1/ The maven artifacts are also staged

[ANNOUNCE] Apache Qpid ProtonJ2 1.0.0-M14 released

2023-04-13 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache ProtonJ2 1.0.0-M14. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

[RESULT][VOTE] Release Apache Qpid ProtonJ2 1.0.0-M14

2023-04-13 Thread Timothy Bish
There were 3 binding +1 votes, and 1 other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M14

2023-04-10 Thread Timothy Bish
On 4/10/23 11:55, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M14 Qpid ProtonJ2 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/protonj2/1.0.0-M14

[VOTE] Release Apache Qpid ProtonJ2 1.0.0-M14

2023-04-10 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M14 Qpid ProtonJ2 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/protonj2/1.0.0-M14-rc1/ The maven artifacts are also staged

[ANNOUNCE] Apache Qpid ProtonJ2 1.0.0-M13 released

2023-03-31 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache ProtonJ2 1.0.0-M13. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

[RESULT][VOTE] Release Apache Qpid ProtonJ2 1.0.0-M13

2023-03-31 Thread Timothy Bish
There were 4 binding +1 votes, and one other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M13 (RC1)

2023-03-27 Thread Timothy Bish
On 3/27/23 15:03, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M13 Qpid ProtonJ2 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/protonj2/1.0.0-M13

[VOTE] Release Apache Qpid ProtonJ2 1.0.0-M13 (RC1)

2023-03-27 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M13 Qpid ProtonJ2 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/protonj2/1.0.0-M13-rc1/ The maven artifacts are also staged

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

2023-03-02 Thread Timothy Bish
On 3/2/23 13:00, Robbie Gemmell wrote: Hi folks, I have put together a spin for a Qpid Proton-J 0.34.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.34.1-rc1/ The maven artifacts are staged for now at:

Re: ProtonJ2 loading key + trust from a jar

2023-01-27 Thread Timothy Bish
On 1/27/23 09:18, Segesten, Henrik wrote: Hi I am using ProtonJ2 as client for connecting to a broker which uses private key authentication and a custom trust store. I have managed to accomplish this by setting: options.sslOptions().sslEnabled(true);

[ANNOUNCE] Apache Qpid ProtonJ2 1.0.0-M12 released

2023-01-13 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache ProtonJ2 1.0.0-M12. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

[RESULT][VOTE] Release Apache Qpid ProtonJ2 1.0.0-M12

2023-01-13 Thread Timothy Bish
There were 1.0.0-M12 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M12

2023-01-10 Thread Timothy Bish
On 1/10/23 16:24, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M12 Qpid ProtonJ2 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/protonj2/1.0.0-M12

Re: [VOTE] Release Apache Qpid JMS 1.8.0

2023-01-10 Thread Timothy Bish
On 1/10/23 12:02, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 1.8.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/1.8.0-rc1/ The maven artifacts

Re: [VOTE] Release Apache Qpid JMS 2.2.0

2023-01-10 Thread Timothy Bish
On 1/10/23 12:55, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 2.2.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/2.2.0-rc1/ The maven artifacts

[VOTE] Release Apache Qpid ProtonJ2 1.0.0-M12

2023-01-10 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M12 Qpid ProtonJ2 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/protonj2/1.0.0-M12-rc1/ The maven artifacts are also staged

[ANNOUNCE] Apache Qpid proton-dotnet 1.0.0-M7 released

2022-12-12 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache proton-dotnet 1.0.0-M7. This is the latest release of our AMQP .NET client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based

[RESULT][VOTE] Release Apache Qpid proton-dotnet 1.0.0-M7

2022-12-12 Thread Timothy Bish
There were 4 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release shortly. The website will be updated after the release has had time to sync to the mirrors. -- Tim Bish

Re: [VOTE] Release Apache Qpid proton-dotnet 1.0.0-M7

2022-12-06 Thread Timothy Bish
On 12/5/22 16:49, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M7 Qpid proton-dotnet 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/proton-dotnet

[VOTE] Release Apache Qpid proton-dotnet 1.0.0-M7

2022-12-05 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M7 Qpid proton-dotnet 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/proton-dotnet/1.0.0-M7-rc1/ The JIRAs assigned are:

[ANNOUNCE] Apache Qpid ProtonJ2 1.0.0-M11 released

2022-11-11 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache ProtonJ2 1.0.0-M11. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

[ANNOUNCE] Apache Qpid proton-dotnet 1.0.0-M6 released

2022-11-11 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache proton-dotnet 1.0.0-M6. This is the latest release of our AMQP .NET client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based

[RESULT][VOTE] Release Apache Qpid ProtonJ2 1.0.0-M11

2022-11-11 Thread Timothy Bish
There were 3 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

[RESULT][VOTE] Release Apache Qpid proton-dotnet 1.0.0-M6

2022-11-11 Thread Timothy Bish
There were 3 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release shortly. The website will be updated after the release has had time to sync to the mirrors. -- Tim Bish

Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M11

2022-11-08 Thread Timothy Bish
On 11/8/22 13:00, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M11 Qpid ProtonJ2 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/protonj2/1.0.0-M11

Re: [VOTE] Release Apache Qpid proton-dotnet 1.0.0-M6

2022-11-08 Thread Timothy Bish
On 11/8/22 14:46, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M6 Qpid proton-dotnet 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/proton-dotnet

[VOTE] Release Apache Qpid proton-dotnet 1.0.0-M6

2022-11-08 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M6 Qpid proton-dotnet 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/proton-dotnet/1.0.0-M6-rc1/ The JIRAs assigned are:

[VOTE] Release Apache Qpid ProtonJ2 1.0.0-M11

2022-11-08 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M11 Qpid ProtonJ2 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/protonj2/1.0.0-M11-rc1/ The maven artifacts are also staged

Re: [VOTE] Release Apache Qpid Proton 0.38.0

2022-11-08 Thread Timothy Bish
On 11/7/22 12:26, Robbie Gemmell wrote: Hi folks, I have put together a first spin for a Qpid Proton 0.38.0 release, please give it a test out and vote accordingly. The files can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/proton/0.38.0-rc1/ The JIRAs assigned are:

[ANNOUNCE] Apache Qpid ProtonJ2 1.0.0-M10 released

2022-10-31 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache ProtonJ2 . This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around the Apache

[RESULT][VOTE] Release Apache Qpid ProtonJ2 1.0.0-M10

2022-10-31 Thread Timothy Bish
There were 3 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

[ANNOUNCE] Apache Qpid proton-dotnet 1.0.0-M5 released

2022-10-28 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache proton-dotnet 1.0.0-M5. This is the latest release of our AMQP .NET client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based

[RESULT][VOTE] Release Apache Qpid proton-dotnet 1.0.0-M5

2022-10-28 Thread Timothy Bish
There were 3 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release shortly. The website will be updated after the release has had time to sync to the mirrors. -- Tim Bish

Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M10

2022-10-26 Thread Timothy Bish
On 10/26/22 12:47, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M10 Qpid ProtonJ2 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/protonj2/1.0.0-M10

[VOTE] Release Apache Qpid ProtonJ2 1.0.0-M10

2022-10-26 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M10 Qpid ProtonJ2 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/protonj2/1.0.0-M10-rc1/ The maven artifacts are also staged

Re: [VOTE] Release Apache Qpid proton-dotnet 1.0.0-M5

2022-10-24 Thread Timothy Bish
On 10/24/22 13:04, Timothy Bish wrote: Hi folks, I have put together a release candidate for a 1.0.0-M5 Qpid proton-dotnet 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/proton-dotnet

[VOTE] Release Apache Qpid proton-dotnet 1.0.0-M5

2022-10-24 Thread Timothy Bish
Hi folks, I have put together a release candidate for a 1.0.0-M5 Qpid proton-dotnet 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/proton-dotnet/1.0.0-M5-rc1/ The JIRAs assigned are:

Re: [protonj2] How do I force the library to send Detach frame on the wire?

2022-10-11 Thread Timothy Bish
On 10/10/22 11:15, Jiri Daněk wrote: I want to remove a durable subscriber that I have created on the remote peer, which is the Artemis messaging broker. How do I do this correctly? (Also, as a broader question, where do I find complete instructions for working with durable subscriptions on

Re: [protonj2] How do I ensure that all send()'t messages have been accepted by the other side?

2022-10-06 Thread Timothy Bish
On 10/6/22 10:36, Jiri Daněk wrote: In my code [1], I create a sender using connection.createSender(), that is, I don't use Session at all. The Artemis broker on the other side is configured to BLOCK incoming messages if the queue exceeds a certain configured size. In AMQP terms, the broker

[ANNOUNCE] Apache Qpid ProtonJ2 1.0.0-M9 released

2022-09-27 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache ProtonJ2 1.0.0-M9. This is the latest release of our AMQP Java client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around

[ANNOUNCE] Apache Qpid proton-dotnet 1.0.0-M4 released

2022-09-27 Thread Timothy Bish
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache proton-dotnet 1.0.0-M4. This is the latest release of our AMQP .NET client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based

[RESULT][VOTE] Release Apache Qpid proton-dotnet 1.0.0-M4

2022-09-27 Thread Timothy Bish
There were 3 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release shortly. The website will be updated after the release has had time to sync to the mirrors. -- Tim Bish

[RESULT][VOTE] Release Apache Qpid ProtonJ2 1.0.0-M9

2022-09-27 Thread Timothy Bish
There were 3 binding +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and release the maven staging repo shortly. The website will be updated after the release has had time to sync to the mirrors and maven central. -- Tim Bish

  1   2   3   4   >