Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 83580 invoked from network); 9 Dec 2008 11:51:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2008 11:51:15 -0000 Received: (qmail 8419 invoked by uid 500); 9 Dec 2008 11:51:27 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 8404 invoked by uid 500); 9 Dec 2008 11:51:27 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 8393 invoked by uid 99); 9 Dec 2008 11:51:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 03:51:27 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claus.ibsen@gmail.com designates 74.125.46.152 as permitted sender) Received: from [74.125.46.152] (HELO yw-out-1718.google.com) (74.125.46.152) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 11:51:13 +0000 Received: by yw-out-1718.google.com with SMTP id 6so569496ywa.86 for ; Tue, 09 Dec 2008 03:50:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=XhD+0vMDRCwlMzK+VXDr12W0ejyJRVDY2KlmVQpjlOQ=; b=d6CL2FpzZDxDXrVxx/cDLPQQxgAWX+eH6nJVR5sFuw+35QUtBJ99CUX6LQPpiirEpP 7GbbOyhFw0FHq+8ClpgQDbEEzGfiOmMRehmVw5iOU0/ncBNzF+OgE3QQRmUgvppTc7mG ea8MLwMigg9M5nhIk6RIZkTxWAy1KNMLWMsjo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=sJ1ksymQOOZZ8n8O+yk1eDfs1ijlpXxuIK4rp7InyPHUWDLgWpzazW8PktDuHpjxpp C2/TIQQlUQEcCvZCv858Z32WeGKLZxJXCnbeb+hqMUTXSAAfFqQYeDyOfw98BtBYmYTB sz67KYJp02wA3hd6rI5JGMeJwkPgdUsyzgfx0= Received: by 10.64.10.2 with SMTP id 2mr14787qbj.76.1228823449910; Tue, 09 Dec 2008 03:50:49 -0800 (PST) Received: by 10.214.216.9 with HTTP; Tue, 9 Dec 2008 03:50:49 -0800 (PST) Message-ID: <5380c69c0812090350l311775f1mfde7db90d72b5d5f@mail.gmail.com> Date: Tue, 9 Dec 2008 12:50:49 +0100 From: "Claus Ibsen" To: camel-dev@activemq.apache.org Subject: Re: [CONF] Apache Camel: Event Message (page edited) In-Reply-To: <2068256394.1228821480033.JavaMail.www-data@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2068256394.1228821480033.JavaMail.www-data@brutus> X-Virus-Checked: Checked by ClamAV on apache.org Hi James I am not on IRC anymore because of network blockings at current client. But the exchange pattern URI options isn't it: exchangePattern and not pattern? This foo:bar?pattern=InOnly Should be: foo:bar?exchangePattern=InOnly Or am I mistaking, or is there a special option on the jms component for this? /Claus Ibsen Apache Camel Committer Blog: http://davsclaus.blogspot.com/ On Tue, Dec 9, 2008 at 12:18 PM, wrote: > Page Edited : CAMEL : Event Message > > Event Message has been edited by James Strachan (Dec 09, 2008). > > (View changes) > > Content: > > Event Message > > Camel supports the Event Message from the EIP patterns by supporting the > Exchange Pattern on a Message which can be set to InOnly to indicate a > oneway event message. Camel Components then implement this pattern using the > underlying transport or protocols. > > The default behaviour of many Components is InOnly such as for JMS or SEDA > > Explicitly specifying InOnly > > If you are using a component which defaults to InOut you can override the > Exchange Pattern for an endpoint using the pattern property. > > foo:bar?pattern=InOnly > > Using This Pattern > > If you would like to use this EIP Pattern then please read the Getting > Started, you may also find the Architecture useful particularly the > description of Endpoint and URIs. Then you could try out some of the > Examples first before trying this pattern out. > > Powered by Atlassian Confluence (Version: 2.2.9 Build:#527 Sep 07, 2006) - > Bug/feature request > > Unsubscribe or edit your notifications preferences