From users-return-31862-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Wed Sep 12 03:28:15 2012 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 CDFD4D167 for ; Wed, 12 Sep 2012 03:28:15 +0000 (UTC) Received: (qmail 82868 invoked by uid 500); 12 Sep 2012 03:28:15 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 82195 invoked by uid 500); 12 Sep 2012 03:28:07 -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 82150 invoked by uid 99); 12 Sep 2012 03:28:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 03:28:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tadpale@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vb0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 03:27:59 +0000 Received: by vbbfq11 with SMTP id fq11so1706929vbb.2 for ; Tue, 11 Sep 2012 20:27:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=F5NvATAgZAzJjUuhlkLOG020qGxiq2V5sa4JVPQETrQ=; b=xg70X6wWUOu2bYM8l8zQFHmXf/FqdXDkWkhn1JIJZlxOUf0GcAcpKnfBVLn5AWW5oL COz5lC7u7NQxnaXgW+BZD0dMljkloHvY3CiLoHJ09+60oZ1sCBpgzg3EZllZ55UHY1Xo FP9ez4z8LGL02130mQSJQTVvAK990jokGuUTYv+v4h5wSCAjnezU2ETmILKY2Ome2/NI lnOBB24lN67nbLxJzAO+pwUh6/BBdg/fzKAYNmFVylqzAIKI4o1ZWfvfZ4bnfZh9UtbN zFQfNniWUI4wkhfRjab3E3QbhP9K71hayQ62bM6Z0LkPu9SvoyWBtdKtKF69LF8/wUjY 5ZjQ== MIME-Version: 1.0 Received: by 10.58.221.66 with SMTP id qc2mr30379559vec.30.1347420458384; Tue, 11 Sep 2012 20:27:38 -0700 (PDT) Received: by 10.58.169.39 with HTTP; Tue, 11 Sep 2012 20:27:38 -0700 (PDT) Date: Wed, 12 Sep 2012 11:27:38 +0800 Message-ID: Subject: Dynamic Discovery with JGroups From: =?GB2312?B?1cW/y8X0?= To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=047d7bf162e4c8fbe904c978c511 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bf162e4c8fbe904c978c511 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am using ActiveMQ 5.6.0 Broker Cluster mode. As activemq doc mentioned here http://activemq.apache.org/multicast-transport-reference.html *"Note that by default Multicast is not reliable; datagrams can be lost so you should add a reliability layer to ensure the JMS contract can be implemented on a non-reliable transport."* So I prepare to use Dynamic Discovery with JGroups for Reliable multicast. After replace "multicast://default" with "jgroups:default", i got can't parse "jgroups" schema ERROR when restart and i can't find anymore about jgroups Does anyone have any ideas? --047d7bf162e4c8fbe904c978c511--