Hi
Only a cosmetic issue that actually had a bigger impact, than first thought.
I think the javadoc for ProcessorType and the to(xxx) fluent builder is wrong.
It states its multicast, but it's pipeline by default
/**
* Sends the exchange to a list of endpoints using the
* [EMAIL PROTECTED] org.apache.camel.processor.MulticastProcessor} pattern
*/
public Type to(String... uris) {
for (String uri : uris) {
addOutput(new ToType(uri));
}
return (Type) this;
}
In the book: Open Source ESB in action there are some Camel snippets and they
want to use multicast for wire tabs but end up using a pipeline because of the
javadoc stated above.
From(x).to(y, z)
But it should be in the book
From(x).multicast().to(y, z)
There is a TODO in ProcessorType about this as well:
// TODO pipeline v mulicast
Med venlig hilsen
Claus Ibsen
......................................
Silverbullet
Skovsgårdsvænget 21
8362 Hørning
Tlf. +45 2962 7576
Web: www.silverbullet.dk
-----Original Message-----
From: Hadrian Zbarcea [mailto:[EMAIL PROTECTED]
Sent: 27. oktober 2008 14:12
To: [email protected]
Subject: Re: [VOTE] Release Apache Camel 1.5.0 (RC1)
There were a few great fixes, especially for the examples and
camel:dot. Thanks Claus.
I will build an RC2 today or tomorrow. If there's anything you want
in 1.5.0 that would need more time, please let me know.
Hadrian
On Oct 27, 2008, at 1:41 AM, Claus Ibsen wrote:
> Hi Hadrian
>
> Well I was out of town for the weekend so I didn't cast my vote.
> However there haven't been any critical errors, however we got one
> issue with the JMX stuff that Hadrian is looking into CAMEL-1026.
> That one could bit us as the JMX connector is now default enabled
> and thus other upgraders from 1.4 to 1.5 could get this error.
>
> I think Hadrian is in the best position to decide if we should do a
> new RC?
> However I fell we should do it, as we would like to get a strong 1.5
> release out so we can start on the 2.0, and keep a branch for 1.5.x.
>
>
>
> Med venlig hilsen
>
> Claus Ibsen
> ......................................
> Silverbullet
> Skovsgårdsvænget 21
> 8362 Hørning
> Tlf. +45 2962 7576
> Web: www.silverbullet.dk
>
> -----Original Message-----
> From: Hadrian Zbarcea [mailto:[EMAIL PROTECTED]
> Sent: 23. oktober 2008 20:04
> To: [email protected]
> Subject: [VOTE] Release Apache Camel 1.5.0 (RC1)
>
> A new apache-camel-1.5.0-RC1 is out with 255 new features,
> improvements and bug fixes.
>
> Please find the distro here:
> http://people.apache.org/~hadrian/apache-camel-1.5.0-RC1/maven2/
>
> The tarballs are here
> http://people.apache.org/~hadrian/apache-camel-1.5.0-RC1/maven2/org/apache/camel/apache-camel/1.5.0/
>
> Please vote to approve this release binary
>
> [ ] +1 Release the binary as Apache Camel 1.5.0
> [ ] -1 Veto the release (provide specific comments)
> Vote is open for 72 hours.
>
> Here's my +1
>
> Hadrian