Hi Hamid,
I understand the advantages of the file based certificates. But:
a) right now I have no idea whether the SChannel API is able to work with them
b) I believe the use of the Windows built in certificate is also in
the other parts of the Windows version (the broker, also client is
already s
Ah, ok - thank you very much, Jakub!
> -Original Message-
> From: Jakub Scholz [mailto:ja...@scholz.cz]
> Sent: Wednesday, March 07, 2012 1:38 PM
> To: users@qpid.apache.org
> Subject: Re: SSL Client Authentication support for C++ on Windows
>
> Hi Steve,
>
> Yes, I know. There are still s
Hi Steve,
Yes, I know. There are still some unresolved issues as mentioned in
the first email and I also need to check how does it work against the
trunk - this version is prepared against 0.14 release. The patch here
is mainly for the people who want to give it a try ... once I have
that, I will
Ok, Jakub, but we still need to have the patch(es) attached to a jira and
make sure you check the box granting rights to ASF, or we can't use it.
I just checked and did not see an existing jira for this issue (though it
has been discussed on the mailing list recently), so please go ahead and
open
Thats awsome...
It would be ideal case if we can have support for file based certificates as
well.
thanks Jakub!
--
View this message in context:
http://qpid.2158936.n2.nabble.com/SSL-Client-Authentication-support-for-C-on-Windows-tp7350387p7352312.html
Sent from the Apache Qpid users mailin
Hi Davide,
does the command:
qpid-config exchanges amq.topic -b
fulfill your needs?
To have it implemented in a client, it is possible to invoke a QMF command to
list all bindings. Something like the C++ program below (not sure how to write
the query to filter bindings from just some exchange
Is there a way to discover all the available topics to a certain
exchange (let's say, amq.topic).
Thanks,
Davide Anastasia
Analyst, Research & Development
Quality Capital Management Ltd.
QCM House * Horizon Business Village
No. 1 Brooklands Road
Weybridge * Surrey KT13 0TJ
United Kingdom
BTW: The attachment was probably discarded by the mailing list server,
so I uploaded it to http://pastebin.com/gb1RnUYk ... the URL will
hopefully survive :-)
On Wed, Mar 7, 2012 at 00:47, Jakub Scholz wrote:
> Hi,
>
> I played a bit with the support for SSL client authentication in the
> C++ API