From http://jira.springframework.org/browse/INT-85:
"The M3 release provides a new SynchronousChannel so that a handler can execute within the sender's thread, and a pollable-source can be polled within a receiver's thread. These enable transactions to propagate from a sender or receiver to the handler or pollable-source respectively. "
What does this mean? Is there an example available?


Reply With Quote