Re: external event loop

2023-06-30 Thread Cliff Jansen
Hi Tom, As a further note to whatever you have found so far... The recommended route would be for you to retain your existing code based on proton::container, and allow it to run with its own dedicated thread (or threads) using its own epoll loop and let Proton manage the sockets for the AMQP

[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

[ANNOUNCE] Apache Qpid JMS 2.4.0 released

2023-06-30 Thread Robbie Gemmell
The Apache Qpid (https://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid JMS 2.4.0. This is the latest release of our newer JMS client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, https://www.amqp.org), based around the

[ANNOUNCE] Apache Qpid JMS 1.10.0 released

2023-06-30 Thread Robbie Gemmell
The Apache Qpid (https://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid JMS 1.10.0. This is the latest release of our newer JMS client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, https://www.amqp.org), based around

RE: external event loop

2023-06-30 Thread Tom Crowe
Discovered that search function on mail lists is returning hits, albeit hidden from view. Found enough info to work from. Thanks, - Tom On 2023/06/28 14:12:14 Tom Crowe wrote: > Hi, > I have a working prototype with qpid proton c++ v0.37 consuming an amqps > 1.0 data feed. > > Next, I would

[RESULT][VOTE] Release Apache Qpid JMS 2.4.0

2023-06-30 Thread Robbie Gemmell
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, updating the website and announcing after the release has had time to sync to the CDN and maven central. Robbie

[RESULT][VOTE] Release Apache Qpid JMS 1.10.0

2023-06-30 Thread Robbie Gemmell
There were 4 binding +1 votes, 1 community +1 vote, 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, updating the website and announcing after the release has had time to sync to the CDN and maven central.

Re: Differences in on_*

2023-06-30 Thread Robbie Gemmell
They are different ways of doing a similar thing, at different times. One differentiator might be whether you intend to both send and receive, or just one. The helloworld creates a connection, then later after knowing it has been opened, creates *both* a sender and receiver on that connection (on