mule - Wiretap router versus Async scope -
based on understanding of wire tap router (scroll bottom of link) , async scope, think there significant overlap in functionality both provide.
similarities
- both create copy of message , send across mp's
- the original flow continues execute on separate thread
i looking guidelines understand when use feature.
also though wire-tap router documented not available in mule studio version 5.1.0 deprecated ?
you should use async
, wire-tap
legacy , inherited older versions of mule. implications @ threading level, specially difference internal thread pool take thread from.
please bear in mind use should simple, otherwise may end being bottleneck in higher loads.
Comments
Post a Comment