Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 55800 invoked from network); 6 Aug 2007 07:03:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2007 07:03:19 -0000 Received: (qmail 82927 invoked by uid 500); 6 Aug 2007 07:03:18 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 82908 invoked by uid 500); 6 Aug 2007 07:03:18 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 82899 invoked by uid 99); 6 Aug 2007 07:03:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 00:03:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of james.strachan@gmail.com designates 66.249.82.236 as permitted sender) Received: from [66.249.82.236] (HELO wx-out-0506.google.com) (66.249.82.236) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 07:03:15 +0000 Received: by wx-out-0506.google.com with SMTP id i30so1406148wxd for ; Mon, 06 Aug 2007 00:02:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HooK5VgCM9hf7nxt/r46ohj73mFC48O7RHLHsZwHJwVxQZU9OnmjzQXKZtfHyBo8w1y8YM3Hb5jlNCFn1KUJITTwrz+yceTfhdDdgerZU1pY0rsox8MXMgBqwnVyr56Cr83/BkahAPydE6Fb8w41M08Oxn+nmhH9qQSiWvX91/k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t2Ts7jcebUBVtW/1XbtKVcz4Nd0Et55gmx8Pt0RMjRqjfxQx7mFxi+XjNSMtU/SewIUEyjf3HRNn/9LzPLQVzowVQ1hsBgDPPnoZ5fh3ovNjMlMEoREW4360lS/yoSqa1UBGIZDUG8pMFlaQZJqS/MikrWxPLus9pEPA9MFHJHI= Received: by 10.90.103.2 with SMTP id a2mr4289178agc.1186383774866; Mon, 06 Aug 2007 00:02:54 -0700 (PDT) Received: by 10.90.67.18 with HTTP; Mon, 6 Aug 2007 00:02:54 -0700 (PDT) Message-ID: Date: Mon, 6 Aug 2007 08:02:54 +0100 From: "James Strachan" To: camel-user@activemq.apache.org Subject: Re: newbie questions In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On 8/6/07, mat wang wrote: > Thanks a lot for your detailed answers. After reading the documents of > Camel, the materials were not enough for me to grab the whole picture. I > have to read some of the source code. > > I found out in DefaultEndpoint class: > public int hashCode() { > return endpointUri.hashCode() * 37 + 1; > } > > What is this supposed to mean? Just that 2 endpoints have the same hashcode if they have the same URL. > I also felt this mail list seemed not very active. Camel is NOT popular? Camel is still relatively new; it kinda sprung from requirements in ActiveMQ, CXF and ServiceMix which are all crazy-popular, so i expect these lists to gather momentum; particularly as more users of ActiveMQ/CXF/ServiceMix start using Camel to add easy EIP integration etc. -- James ------- http://macstrac.blogspot.com/