Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 0B8B110C7B for ; Thu, 18 Jul 2013 02:07:22 +0000 (UTC) Received: (qmail 55772 invoked by uid 500); 18 Jul 2013 02:07:21 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 55732 invoked by uid 500); 18 Jul 2013 02:07:21 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 55724 invoked by uid 99); 18 Jul 2013 02:07:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 02:07:21 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of sameer.patel@lmco.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 02:07:16 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Uzdc2-0002NL-A2 for users@camel.apache.org; Wed, 17 Jul 2013 19:06:34 -0700 Date: Wed, 17 Jul 2013 19:06:34 -0700 (PDT) From: samel To: users@camel.apache.org Message-ID: <1374113194304-5735823.post@n5.nabble.com> Subject: camel-netty consumer with multicast address MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello all, I'm using Camel 2.11.0 and trying to use camel-netty to listen on a true multicast UDP address (224.0.0.0 through 239.255.255.255 - http://en.wikipedia.org/wiki/Multicast_address). I don't see any exception but I'm unable to get an messages through either. However, if I use non-multicast addresses such as localhost or my own IP, things seem to work. Does anybody have experience with this and any pointers? Thanks in advance. Here are my observiations Environment =================================================== Karaf 2.3.1 Java 7 Camel 2.11.0 Experiment #1: Localhost =================================================== Route ------- Sending URL --------------- Client sending to udp://localhost:8001 Result -------- SUCCESS Experiment #2: Local IP Address =================================================== Route ------- :8001?allowDefaultCodec=false&sync=false&broadcast=true"/> Sending URL --------------- Client sending to udp://:8001 Result -------- SUCCESS Experiment #3: Multicast Address =================================================== Route ------- Sending URL --------------- Client sending to udp://225.1.1.1:8001 Result -------- FAIL -- View this message in context: http://camel.465427.n5.nabble.com/camel-netty-consumer-with-multicast-address-tp5735823.html Sent from the Camel - Users mailing list archive at Nabble.com.