[ANNOUNCE] Apache Qpid JMS 1.1.0 released

2021-07-09 Thread Robbie Gemmell
The Apache Qpid (https://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid JMS 1.1.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

Re: Ruby requirements for QPID C++

2021-07-09 Thread Gordon Sim
On Fri, Jul 9, 2021 at 4:00 PM rahul.sin...@morganstanley.com wrote: > I haven't look deeper but it would be really great if you can help locating > where actually the generated code gets in. Does it go under the install > directory or the source directory where we have qpid-cpp-1.39.0 folder.

RE: Ruby requirements for QPID C++

2021-07-09 Thread rahul.sin...@morganstanley.com
Hello, I haven't look deeper but it would be really great if you can help locating where actually the generated code gets in. Does it go under the install directory or the source directory where we have qpid-cpp-1.39.0 folder. Best Regards, Rahul -Original Message- From: Gordon Sim

Re: Qpid C++ Broker 1.39 on RHEL 8 ?

2021-07-09 Thread Gordon Sim
On Thu, Jul 8, 2021 at 7:44 PM Steve Charbonneau wrote: > Can someone confirm if the Qpid C++ Broker (v1.39) is also supported for > running on RHEL 8 ? I can confirm it will build and run on RHEL8. However, work on that component has mostly stopped. Have you considered the java broker? Or one

Re: Ruby requirements for QPID C++

2021-07-09 Thread Gordon Sim
On Fri, Jul 9, 2021 at 12:39 PM rahul.sin...@morganstanley.com wrote: > Building qpid-proton is fine without Ruby. However, when I try to build > qpid-cpp-1.39.0, cmake gives below error - > > CMake Error at src/CMakeLists.txt:87 (message): > Can't locate ruby, needed to generate amqp 0-10

Re: Proposal for Python type annotations in Qpid Proton and Qpid Dispatch

2021-07-09 Thread Jiri Daněk
PR: https://github.com/apache/qpid-proton/pull/325 I've focused on simple and mostly obvious declarations there. I want to get them merged first, and then tackle the ones where e.g. current documentation does not match the actual types. While working on the PR, I encountered some less obvious

RE: Ruby requirements for QPID C++

2021-07-09 Thread rahul.sin...@morganstanley.com
Hello, Building qpid-proton is fine without Ruby. However, when I try to build qpid-cpp-1.39.0, cmake gives below error - CMake Error at src/CMakeLists.txt:87 (message): Can't locate ruby, needed to generate amqp 0-10 framing code. Though I need it for AMQP 1.0. I use the same install

Re: Ruby requirements for QPID C++

2021-07-09 Thread Gordon Sim
On Fri, Jul 9, 2021 at 10:35 AM rahul.sin...@morganstanley.com wrote: > > Hello, > I have recently build qpid-proton-0.34.0 and qpid-cpp-1.39.0 and need them > for AMQP1.0. I removed the BINDINGS for RUBY ( -DBUILD_BINDING_RUBY=OFF while > building qpid-cpp-1.39.0 AND -DBUILD_RUBY=OFF while

Ruby requirements for QPID C++

2021-07-09 Thread rahul.sin...@morganstanley.com
Hello, I have recently build qpid-proton-0.34.0 and qpid-cpp-1.39.0 and need them for AMQP1.0. I removed the BINDINGS for RUBY ( -DBUILD_BINDING_RUBY=OFF while building qpid-cpp-1.39.0 AND -DBUILD_RUBY=OFF while building qpid-proton-0.34.0). However, it still requires the ruby modules. Is