Re: Qpid 0.18 - SSL & C++ Client API for Windows

2012-10-23 Thread Steve Huston
Hi Hamid, You can find some info at this page: https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/SSL Best regards, -Steve On 10/19/12 6:09 AM, "Hamid.Shahid" wrote: >Hi, > >I would like to know, do we have support for reading file based >certificates >in Qpid C++ Client API for windows as

Re: Problems deploying Qpid JCA RA to GlassFish 3.1.2.2

2012-10-23 Thread Ross Manges
I do have GLASSFISH_HOME set. Unfortunately, I can't even get "ant compile" to work in the examples directory. Here's exactly what I did, can you please let me know if I missed a step? extracted qpid-0.18.tar.gz extracted qpid-java-0.18.tar.gz cd qpid-0.18 ant ## successful build resulted set env

Re: How would you receive this C++ List in C#

2012-10-23 Thread Chuck Rolke
For using the .NET Binding please see cpp\bindings\qpid\dotnet\esamples\csharp.map.sender\csharp.map.sender.cs. The encoding is built right in to the Message constructor. There is a map.receiver example that shows receiving the map message. -Chuck // // Create structure

QPid 0.18 C++/C# - client-side certificate authentication - QpidException

2012-10-23 Thread Marcello
Hi, I’m trying to connect to a Red Hat MRG 2.0 (Qpid 0.10) broker (compliant with AMQP 0-10). My client application is a .Net Windows application and we use the Apache QPid 0.18 C++/C# module (compliant with AMQP 0-10), provided to us by Riverace ( http://www.riverace.com/qpid/downloads.htm