Harish
Harish

Reputation: 87

Implementing Spring Integration logging-channel-adapter for monitoring all the applications

I want to implement logging-channel-adapter in java class which monitors all the inbounds and outbounds of all the applications. If there is any another way of logging spring integration calls please advice.

Note : I am using spring boot.

Upvotes: 2

Views: 776

Answers (1)

luboskrnac
luboskrnac

Reputation: 24561

Spring integration provides option to configure global Wire Tap. That is what you want.

Reaction on comment:

Here is example project I created.

Upvotes: 2

Related Questions