Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-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 9934A109A6 for ; Fri, 4 Oct 2013 08:36:37 +0000 (UTC) Received: (qmail 76950 invoked by uid 500); 4 Oct 2013 08:36:35 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 76895 invoked by uid 500); 4 Oct 2013 08:36:25 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 76884 invoked by uid 99); 4 Oct 2013 08:36:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Oct 2013 08:36:22 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Oct 2013 08:36:18 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VS0rE-000605-Dr for users@activemq.apache.org; Fri, 04 Oct 2013 01:35:32 -0700 Date: Fri, 4 Oct 2013 01:35:17 -0700 (PDT) From: mrich To: users@activemq.apache.org Message-ID: <1380875717354-4672264.post@n4.nabble.com> Subject: Best Java client for integrating with ActiveMQ over AMQP 1.0 with SSL MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I was wondering if anyone could advise the best method of communicating with an ActiveMQ queue over a sercure AMQP connection (AMQP + SSL) from a Java client. I particuarly need to be able to specify keystore information programmatically and not via the JVM options. I am looking at the qpid library ('qpid-amqp-1-0-client-jms') but am unsure how I can set the SSL information (and possibly failover infor?) programmatically and was wondering if anyone has a solution for this. Any guidance is appreciated. -- View this message in context: http://activemq.2283324.n4.nabble.com/Best-Java-client-for-integrating-with-ActiveMQ-over-AMQP-1-0-with-SSL-tp4672264.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.