Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 86678 invoked from network); 30 Apr 2009 20:55:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Apr 2009 20:55:04 -0000 Received: (qmail 6212 invoked by uid 500); 30 Apr 2009 20:55:03 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 6157 invoked by uid 500); 30 Apr 2009 20:55:03 -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 6147 invoked by uid 99); 30 Apr 2009 20:55:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 20:55:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bmurphy1976@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 20:54:56 +0000 Received: by an-out-0708.google.com with SMTP id d14so1183106and.41 for ; Thu, 30 Apr 2009 13:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=FMaPppanA7Nytk9voKoFa98Iazw6Jfltvay678EdvUE=; b=NYcPwFukraBFrY1nsf80QDi5YjSeq/CdGuY8B7hDgf/EtNytFCbHFITtpSbZvtX3Qm qwyD+DRMXgAoREM1zvQI9soDMYF1xJOhMa9Bcd628muMyJOwJWJ9/MdeVTkYA7M4i/hy mhWLWM6rjyPUChIjR38AsorSSRu3MlH6yyRtc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=RQNzXHRia1wsHEjO0wE3Iz3HFCVsiwXIegpc0brpeaRD8BVKK3D8K84JN8KPoqix95 Rw4VQsA6AnCPqwqTL1GY7qvT2m7tkv6FXxUsW4v9Xy4bymK0kqgTFSl73YwGhm4Sehe0 /PFjQ/l8j/7r2Xlf2cgK0AH5bv8bLIKrFidIQ= MIME-Version: 1.0 Received: by 10.100.96.9 with SMTP id t9mr4109649anb.106.1241124875620; Thu, 30 Apr 2009 13:54:35 -0700 (PDT) In-Reply-To: <23322581.post@talk.nabble.com> References: <23322581.post@talk.nabble.com> Date: Thu, 30 Apr 2009 15:54:35 -0500 Message-ID: <7fd310d10904301354p1af9dfccofeed96f3cff6a0e7@mail.gmail.com> Subject: Re: NMS SSL Support From: Bryan Murphy To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Apr 30, 2009 at 2:30 PM, kevinlane wrote= : > > I need to connect to a SSL secured ActiveMQ broker with .NET. =A0Has SSL > support been added to NMS yet? > > Thanks, > > Kevin I recently switched from using the NMS drivers to using the Java ActiveMQ drivers via IKVM and this has solved nearly all of the problems we've had. You could give it a try, it was rather simple, I simply had to download ActiveMQ 5.2.0, pass the jar to ikvmc and then reference the DLLs in my project. Bryan