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 6A4A318A98 for ; Wed, 5 Aug 2015 05:27:34 +0000 (UTC) Received: (qmail 1586 invoked by uid 500); 5 Aug 2015 05:27:34 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 1538 invoked by uid 500); 5 Aug 2015 05:27:34 -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 1526 invoked by uid 99); 5 Aug 2015 05:27:33 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2015 05:27:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 47415C009C for ; Wed, 5 Aug 2015 05:27:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.215 X-Spam-Level: **** X-Spam-Status: No, score=4.215 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, URIBL_BLOCKED=0.001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id u9upgNkEROPt for ; Wed, 5 Aug 2015 05:27:24 +0000 (UTC) Received: from mail-yk0-f177.google.com (mail-yk0-f177.google.com [209.85.160.177]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id C95CB2512B for ; Wed, 5 Aug 2015 05:27:23 +0000 (UTC) Received: by ykax123 with SMTP id x123so27074520yka.1 for ; Tue, 04 Aug 2015 22:26:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=j3zsDC000EDDE6zeYgr+S2X5T61AFVvIQCYoYS0pPGo=; b=EEcUQo3qtzpvfVhQmiYlzNXRG8ld32+VcPd8whb1HamOMrqgn4Z/uyLulqA74+jF5C N9XGmmyVzrvL6MR8y/Q01jaWoxVjv48vf+ftWpmRcbymCvvtdo7FbTljEd2WbP4lf2Jp eit7LrggRNAeXRezmGq3O1gWhtkYv06K8j11XPVXL4gQNZGaX4CM4rb2zOP5XooQwRDp LCVkbfXft+GhBAGPxTEfoeOyNZQlcYI4hSFkLMKum/zteYyNxU81uMVn2bKD1v5jn/JL Gb0lHhZs0altp9msEYmhkXdQDC1c/BN821l1/Gr4d5Q9l5l9pXFImNEtL9za6fmC9y/a NBkg== MIME-Version: 1.0 X-Received: by 10.129.92.193 with SMTP id q184mr4428672ywb.7.1438752397994; Tue, 04 Aug 2015 22:26:37 -0700 (PDT) Received: by 10.129.102.198 with HTTP; Tue, 4 Aug 2015 22:26:37 -0700 (PDT) In-Reply-To: <1438745240049-4700428.post@n4.nabble.com> References: <1438745240049-4700428.post@n4.nabble.com> Date: Tue, 4 Aug 2015 22:26:37 -0700 Message-ID: Subject: Re: Xamarin: No IConnectionFactory implementation found for connection From: Jim Gomes To: ActiveMQ Users Content-Type: multipart/alternative; boundary=001a114d8e349a346b051c89a5ba --001a114d8e349a346b051c89a5ba Content-Type: text/plain; charset=UTF-8 You should use the Apache.NMS.Stomp provider for running on Android. It is 100% portable to Xamarin. On Tue, Aug 4, 2015 at 8:27 PM, olliog wrote: > Hi everyone, > > I could build Apache.NMS via the in 1.7 provided Android project. But when > I > tried to establish a connection to an ActiveMQ server, I got: > > No IConnectionFactory implementation found for connection > > A quick google search pointed me in the direction that Apache.NMS.ActiveMQ > is needed for that to work. Is that correct and if so, is there a Xamarin > project for that or how can I integrate that into a Xamarin solution? > > Thanks a lot for your help, > Oliver > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Xamarin-No-IConnectionFactory-implementation-found-for-connection-tp4700428.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > --001a114d8e349a346b051c89a5ba--