Digital
Digital

Reputation: 591

wire-tap is not working with Spring Integration 4.2.5 RELEASE

Recently I migrated spring integration 4.1.6.RELEASE to 4.2.5 RELEASE but after this wire-tap is not working.

Can anyone tell me what is the problem with 4.2.5 RELEASE?

Upvotes: 1

Views: 116

Answers (1)

Artem Bilan
Artem Bilan

Reputation: 121292

The latest Spring Integration 4.2.6 resolves the problem with several global <wire-tap> without an id: https://jira.spring.io/browse/INT-4020.

The workaround for previous version is to specify an id for each of them.

Upvotes: 2

Related Questions