Prev Next

Spring / Spring Integration

How does error handling work in synchronous communication?

In synchronous communication, the sender blocks while the message is sent to the messaging system using the same thread. If an exception is raised, it is thrown reaching the application.

More Related questions...

Show more question and Answers...


Comments & Discussions