Re: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39

2021-06-24 Thread Gordon Sim
On Thu, Jun 24, 2021 at 12:08 PM rahul.sin...@morganstanley.com wrote: > ldd for libqpidmessaging.so gives me libqpid-proton-core.so.10 alongwith > other qpid libs- libqpidtypes.so.1, libqpidclient.so.2 and libqpidcommon.so.2. > However, until I uncomment " protocol-defaults=amqp1.0,amqp0-10"

RE: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39

2021-06-24 Thread rahul.sin...@morganstanley.com
Best Regards, Rahul -Original Message- From: Gordon Sim Sent: 22 June 2021 17:17 To: users@qpid.apache.org Subject: Re: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39 Have you seen this for SSL config: https://github.com/apache/qpid-cpp/blob/main/docs/ssl.txt ? Regard

Re: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39

2021-06-22 Thread Gordon Sim
conf to > select amqp 1.0 > protocol-defaults=amqp1.0,amqp0-10 > > Any suggestions about the correctness of the API usage would be really > appreciated. > Further, are there any ways to get logs out of QPID libraries so that I can > know how far it is going. > > Best Regards, &

RE: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39

2021-06-22 Thread rahul.sin...@morganstanley.com
ys to get logs out of QPID libraries so that I can know how far it is going. Best Regards, Rahul -Original Message----- From: Gordon Sim Sent: 21 June 2021 20:52 To: users@qpid.apache.org Subject: Re: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39 My suggestion is to

Re: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39

2021-06-21 Thread Gordon Sim
t/output error) > Caught std::exception Invalid value for module-dir: Input/output error: Can't > check directory PATH_ON_COMPILE_MACHINE/install/lib64/qpid/client > > Best Regards, > Rahul > -Original Message----- > From: Gordon Sim > Sent: 21 June 2021 13:32 > To: us

RE: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39

2021-06-21 Thread rahul.sin...@morganstanley.com
H_ON_COMPILE_MACHINE/install/lib64/qpid/client Best Regards, Rahul -Original Message- From: Gordon Sim Sent: 21 June 2021 13:32 To: users@qpid.apache.org Subject: Re: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39 You should not need to have any client module direc

Re: RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39

2021-06-21 Thread Gordon Sim
You should not need to have any client module directory. My first guess is that it is perhaps a permissions issue. Is your application running as a user able to list files under the /lib64/qpid directory? (The exception seems to come from stat() returning an error other than ENOENT). On Mon, Jun

RDMA shared object reliance for QPID AMQP C++Messaging APIv1.39

2021-06-21 Thread rahul.sin...@morganstanley.com
Hello, I am trying on run my C++ application on linux based on QPID AMQP messaging API and connect to TCP endpoint with SSL authentication. At the moment, I am just trying to test the correct usage and do nothing more than establishing the connection. However, I get a runtime error which