s we love contributions, feel free to dig into the source.
>
>
> On Wed, Jul 27, 2011 at 2:35 PM, WDS wrote:
>> hihi-
>>
>>
>> I see broadcast is available flag in camel-netty. I find no test case
>> for broadcast/multicast in source. If multicast is functio
hihi-
I see broadcast is available flag in camel-netty. I find no test case
for broadcast/multicast in source. If multicast is functioning, can
show example?
I have in Java:
from("netty:udp://225.5.5.55:4455/?broadcast=true").
to("log:mylog?level="INFO").
end();
I expect to see join
A DefaultMessage with a simple pojo in body.
camel 2.2 and 2.3
On Wed, Sep 15, 2010 at 3:42 AM, Claus Ibsen wrote:
> On Tue, Sep 14, 2010 at 7:55 PM, WDS wrote:
>> If one recipient in the recipientList modifies the message body, each
>> recipient sees the modified message. Ho