Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 699CA1857D for ; Tue, 7 Jul 2015 10:13:40 +0000 (UTC) Received: (qmail 98093 invoked by uid 500); 7 Jul 2015 10:13:40 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 98064 invoked by uid 500); 7 Jul 2015 10:13:40 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 98053 invoked by uid 99); 7 Jul 2015 10:13:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 10:13:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [109.75.181.108] (HELO mail.common.de) (109.75.181.108) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 10:11:24 +0000 X-Spam-Level: X-Footer: d2VsY2hsaW4uZGU= Received: from [10.0.42.27] ([130.180.105.150]) (authenticated user andreas@welchlin.de) by mail.common.de (Kerio Connect 7.4.2) (using TLSv1/SSLv3 with cipher AES128-SHA (128 bits)) for users@qpid.apache.org; Tue, 7 Jul 2015 12:13:05 +0200 Message-ID: <559BA63A.8090706@welchlin.de> Date: Tue, 07 Jul 2015 12:13:14 +0200 From: Andreas Welchlin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: users@qpid.apache.org Subject: C++ API: Connect via SSL to two different Brokers Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=0.0 required=5.0 tests=AWL: 0.035,BAYES_00: -1.665,TOTAL_SCORE: -1.630,autolearn=ham Hello, I am using the qpid C++ messaging API to connect to AMQP Brokers. There is one process which connects to our internal message broker and at the same time to a third party message broker. So the program openes two sessions and connets to both of them. So far no problem. Now I want to connect via SSL to both message brokers but at the moment I see only the possibility to connect to one of them. This is because I need to set environment variables for the SSL Certificate which are: QPID_SSL_CERT_DB QPID_SSL_CERT_NAME QPID_SSL_CERT_PASSWORD_FILE My question is: how can I connect to two message brokers with two different SSL Certificates? Regards, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org