Details
Description
Configure this route:
from("irc://priv@localhost:6667/test1")
.log("${headers}")
.to("irc://chan@localhost:6667/test2");
Send private message to user priv.
Expected result:
The message is routed to user chan.
Actual result:
The message is routed back to user priv and enters an infinite loop
Cause:
Inside camel-core Pipeline, the IRC message has still its old target set in its properties.
Attachments
Issue Links
- is duplicated by
-
CAMEL-14013 Camel-irc: Route irc->irc cycles the message because of "irc.target" header
- Resolved
- links to