[ 
https://issues.apache.org/jira/browse/CAMEL-13121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16751161#comment-16751161
 ] 

Andrea Cosentino commented on CAMEL-13121:
------------------------------------------

We have a camel-irc component and I guess this is a real issue. The problem is 
probably related on how the stuff is done.

> Route irc->irc cycles the message because of "irc.target" header
> ----------------------------------------------------------------
>
>                 Key: CAMEL-13121
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13121
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core, camel-irc
>    Affects Versions: 2.21.0
>            Reporter: Radovan Netuka
>            Priority: Major
>
> 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 routred to user _chan._
>  
> Actual result:
> The message is routed back to user _priv_ and enters an infinite loop
>  
> Cause:
> Pipeline in camel-core doesn't set any IRC message properties.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to