If I add this to my context:

<integration:message-history/>

I get a message header populated with the names (ids) of all the named components through which the message has passed.

But if I have a chain:

<integration:chain id="inboundChain" input-channel="inboundChannel">
    <integration:transformer ref="myTransformer"/>
    <integration:filter ref="myFilter"/>
    <integration:router ref="myRouter"/>
</integration:chain>

I only get "inboundChain" in the list of components, as I can not add an id to the components nested in the chain.

Any way to get myTransformer etc into the message history?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Answer is no.

See spring forum post here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.