2017-10-30 4 views
0

私は春のDSLを使用して、この興味深いロギング動作を見て:これはCamel Spring DSLで正しいロギング動作ですか?

<log message=”${exchange}”/> gives the exchange id 
<log message=”${header}”/> gives the headers 
<log message=”${body}”/> gives the body 

そして、それは、多くの楽しみだったので、私たちは再びそれをやらせる:

<log message=”${exchange}”/> gives the exchange id 
<log message=”${header}”/> gives the headers 
<log message=”${body}”/> gives nothing 

体が空で上書きされていますstringは最初のlog文です。これは予想される動作ですか?私はないと思いますか?

答えて

関連する問題