From users-return-50870-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Mon Jan 21 20:29:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C850A180627 for ; Mon, 21 Jan 2019 20:29:02 +0100 (CET) Received: (qmail 94876 invoked by uid 500); 21 Jan 2019 19:28:56 -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 94860 invoked by uid 99); 21 Jan 2019 19:28:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2019 19:28:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C8C9C18079E for ; Mon, 21 Jan 2019 19:28:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.232 X-Spam-Level: ** X-Spam-Status: No, score=2.232 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_FAIL=0.919, SPF_HELO_PASS=-0.001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id X4GsgUBrE_TB for ; Mon, 21 Jan 2019 19:28:54 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [199.38.86.66]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id BFF4E610E1 for ; Mon, 21 Jan 2019 19:28:53 +0000 (UTC) Received: from n4.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id 47A384B29B07 for ; Mon, 21 Jan 2019 13:28:53 -0600 (CST) Date: Mon, 21 Jan 2019 13:28:53 -0600 (CST) From: skimbrell To: users@activemq.apache.org Message-ID: <1548098933291-0.post@n4.nabble.com> Subject: activemq-cpp support encrypted keystore password MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit In looking at the Java implementation of the activemq client, you are able to encrypt a password and then pass it in as a property enclosing it within an ENC() and the activemq recognizes the password is encrypted and decrypts it. My question is whether or not the activemq-cpp implementation supports this functionality or do I have the encrypt and decrypt my password myself and then set the decaf.net.ssl.keystorePassword property to it? Thanks, SK -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html