Problem
How can a service handle requests reliably?
Solution
Apply the Transactional Service pattern to handle the entire message flow, so that everything from receiving a request message to sending out a response is contained in a single transaction.
Comments are closed.