From dev-return-11057-apmail-river-dev-archive=river.apache.org@river.apache.org Fri Jun 5 13:09:03 2015 Return-Path: X-Original-To: apmail-river-dev-archive@www.apache.org Delivered-To: apmail-river-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 979A910D81 for ; Fri, 5 Jun 2015 13:09:03 +0000 (UTC) Received: (qmail 41159 invoked by uid 500); 5 Jun 2015 13:08:57 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 41133 invoked by uid 500); 5 Jun 2015 13:08:57 -0000 Mailing-List: contact dev-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list dev@river.apache.org Received: (qmail 41121 invoked by uid 99); 5 Jun 2015 13:08:56 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2015 13:08:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8495B1A45EF for ; Fri, 5 Jun 2015 13:08:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ylwnOmuVHH-X for ; Fri, 5 Jun 2015 13:08:49 +0000 (UTC) Received: from mail-ob0-f178.google.com (mail-ob0-f178.google.com [209.85.214.178]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id B459B275E7 for ; Fri, 5 Jun 2015 13:08:48 +0000 (UTC) Received: by obbqz1 with SMTP id qz1so35798403obb.3 for ; Fri, 05 Jun 2015 06:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:mime-version:subject:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=OjLO+ENOb/Jlw4hg3V3HI7YtqOlXVgcEZxsNByrMGqE=; b=dSbd3Zwhte4vZCzgYKcYZ3RHr6MIZ/A0+17+xJZMMPzz0mWNlfYVZKue5G5gF7RN/2 DP2yC6MDX4OMwDhM3WAL3It/0xxVPiUnD6U/Egz62WdFelHkzC5Uy5b8iiNwAFA6cwnX IKHrmq2dy9I909j+NWliBiLcry0mG4KY240LOM4/ivIqqWgCE5Y8HFHF8vxQvTJ87ntu VH7cilhK3qBgMzq0H/0H2l4hF9LpjIE8PEGnA5gf5gZDEi5XACCHxBhMXTDFeNN4Npnw zxzjZaR4vE9aSKTY0Z5LKu42L2aIUDMV4fOElC4qI5HuuJJcLcqzSI3lLE3rqCkBxXLV itwg== X-Received: by 10.202.221.86 with SMTP id u83mr2715666oig.129.1433509722270; Fri, 05 Jun 2015 06:08:42 -0700 (PDT) Received: from [192.168.1.168] ([72.192.70.45]) by mx.google.com with ESMTPSA id pn16sm3464591oeb.16.2015.06.05.06.08.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 05 Jun 2015 06:08:41 -0700 (PDT) From: Gregg Wonderly X-Google-Original-From: Gregg Wonderly Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: Apacher River over Internet In-Reply-To: Date: Fri, 5 Jun 2015 08:08:41 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <964BAF08-7AD6-4694-9AD0-32D20B59D6A2@wonderly.org> References: To: dev@river.apache.org X-Mailer: Apple Mail (2.2098) Across the internet, you loose access to multi-cast only discovery. So, = your client must use unicast and the service must advertise/join a = unicast capable lookup service (Reggie). I=E2=80=99ve used Jini across = long distance network paths for quite some time, and it works just fine = as long as you use unicast (direct IP addresses). For outside of an = intranet access to an intranet lookup service and then for access to the = discovered service, you will need to take firewall configuration into = account most likely. Port forwarding will be required if there is an = networking barriers such as NATing routers etc. Gregg > On Jun 3, 2015, at 8:58 PM, Sergio Gomes = wrote: >=20 > Hi, I have an client/server application using Apache River using the > BasicJeriExporter over tcp/ip. Now I have a requirement to use it = across > the Internet (currently using local network). How could be it done? I = saw > Apache River can communicate using IIOP, would it be a good approach? = Has > someone tried to use Apache River over IIOP? >=20 > Thank you.