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 C40A5101A3 for ; Tue, 23 Jul 2013 19:32:27 +0000 (UTC) Received: (qmail 23536 invoked by uid 500); 23 Jul 2013 19:32:27 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 23252 invoked by uid 500); 23 Jul 2013 19:32:27 -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 23197 invoked by uid 99); 23 Jul 2013 19:32:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 19:32:16 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 19:32:10 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1V1iIa-0001A2-Ph for users@activemq.apache.org; Tue, 23 Jul 2013 12:31:04 -0700 Date: Tue, 23 Jul 2013 12:30:49 -0700 (PDT) From: dsjove To: users@activemq.apache.org Message-ID: <1374607849774-4669639.post@n4.nabble.com> Subject: ActiveMQ on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have been all over the internet looking for a sample getting started Windows .Net project that is not incomplete and filled with syntax errors. I have pieced together something that compiles and links, but I am getting what appears to be a common exception on... Uri connecturi = new Uri("activemq:tcp://activemqhost:61616"); _connectionFactory = new NMSConnectionFactory(connecturi); "No IConnectionFactory implementation found for connection URI: activemq:tcp://activemqhost:61616" Versions: Apache.NMS.ActiveMQ-1.6.0-bin apache-activemq-5.8.0 Java Runtime: Sun Microsystems Inc. 1.6.0_20 .Net 2.0 Windows XP SP3 The "nmsprovider-test.config" is in the same directory as the executable. I have referenced... Apache.NMS Apache.NMS.Test Ionic.Zlib nunit.framework I have seen a couple times "you must reference Apache.NMS and Apache.NMS.ActiveMQ". The file Apache.NMS.ActiveMQ does not appear to exist in "Apache.NMS.ActiveMQ-1.6.0-bin". Where do I get that file? Any suggestions would be helpful? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-on-Windows-tp4669639.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.