Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 82550 invoked from network); 3 Jun 2010 19:18:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 19:18:36 -0000 Received: (qmail 26029 invoked by uid 500); 3 Jun 2010 19:18:36 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 26005 invoked by uid 500); 3 Jun 2010 19:18:36 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 25997 invoked by uid 99); 3 Jun 2010 19:18:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 19:18:36 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of janstey@gmail.com designates 74.125.83.45 as permitted sender) Received: from [74.125.83.45] (HELO mail-gw0-f45.google.com) (74.125.83.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 19:18:30 +0000 Received: by gwj20 with SMTP id 20so319345gwj.32 for ; Thu, 03 Jun 2010 12:18:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=AM2Hb306OZj/CePse6HlbL62jR+Pi+Kow0/QUNI8Ivg=; b=QUn4VGDvAgjGOcx7nwC+R4+P0ezZgHOYBpHiCuoNCvFQbLdBQ0OoTY9Gk3reUSDnoa f6omS6rKya3kHXTdAdBf9pF8ubM6yHP91DMBacD50RmlBeYuSMypiQLUVJ7S+XfnnStu 0ac2tlMvyix1ic1ZSa2+i8KO9uOw+SBL/uF2M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vGcLZ1Ub+1ANJgY8to/+4BvQ+3NfICNNV5LUVHgr+/8HQ6aenEFlhrpgtGhUu+9BwN g0letcNIDUHLciDSbBVMpbtTy787Hh47ZyAPYMHlToRFofs+HnrbB1DCFRBv9fB5fMDp k9gBXn9QvEiBYwSVtT1qsmlsAfEMv5rvRY3s8= MIME-Version: 1.0 Received: by 10.91.65.20 with SMTP id s20mr5108923agk.33.1275592689309; Thu, 03 Jun 2010 12:18:09 -0700 (PDT) Received: by 10.90.86.7 with HTTP; Thu, 3 Jun 2010 12:18:09 -0700 (PDT) In-Reply-To: <28770926.post@talk.nabble.com> References: <28768956.post@talk.nabble.com> <28770926.post@talk.nabble.com> Date: Thu, 3 Jun 2010 16:48:09 -0230 Message-ID: Subject: Re: ActiveMQ . Message Endpoint From: Jon Anstey To: dev@camel.apache.org Content-Type: multipart/alternative; boundary=001485f86eea1fd73c0488251138 X-Virus-Checked: Checked by ClamAV on apache.org --001485f86eea1fd73c0488251138 Content-Type: text/plain; charset=ISO-8859-1 Yeah, you need to use Java to program in Camel. No idea if anyone has taken on the grueling task of porting Camel to C# out there :) On Thu, Jun 3, 2010 at 3:25 PM, fabian.alvarez wrote: > > Claus, > > so thank you very much by the quick response. > > I think it's just what I need. I'll try. > I only one question remains: Just work with Java language? or I can program > in c #? > > Thank you very much again for the answer > > regards > > Fabian > > > Claus Ibsen-2 wrote: > > > > Hi > > > > The getting started example > > http://camel.apache.org/walk-through-an-example.html > > > > May inspire you a bit. All you essentially need is a route > > > > from(jms).to(myBeanWhichProcessTheData); > > > > > > > > On Thu, Jun 3, 2010 at 5:20 PM, fabian.alvarez > > wrote: > >> > >> Hello! > >> I'm working on a project in which we are using as a queue of messages: > >> ActiveMQ. > >> We need to do the following: the arrival of a message to the queue, at > >> the > >> endpoint, a service is triggered automatically > >> that consumes the message and process the data. > >> According to what I was investigating the EIP that we implement is the > >> Message Endpoint, but we have no tutorial > >> guide in the implementation. > >> I appreciate if someone can guide me in this implementation. > >> Fabian > >> -- > >> View this message in context: > >> > http://old.nabble.com/ActiveMQ-.-Message-Endpoint-tp28768956p28768956.html > >> Sent from the Camel Development mailing list archive at Nabble.com. > >> > >> > > > > > > > > -- > > Claus Ibsen > > Apache Camel Committer > > > > Author of Camel in Action: http://www.manning.com/ibsen/ > > Open Source Integration: http://fusesource.com > > Blog: http://davsclaus.blogspot.com/ > > Twitter: http://twitter.com/davsclaus > > > > > > -- > View this message in context: > http://old.nabble.com/ActiveMQ-.-Message-Endpoint-tp28768956p28770926.html > Sent from the Camel Development mailing list archive at Nabble.com. > > -- Cheers, Jon Camel in Action: http://manning.com/ibsen Blog: http://janstey.blogspot.com --001485f86eea1fd73c0488251138--