This is Part 2 in a series of articles
on supporting sessions using WS-ReliableMessaging. In
my talk at Java One, I showed a demo of a Web Service endpoint that
needs Reliable Messaging to work properly. Like most endpoints that
benefit from Reliable Messaging, this one maintains state between
requests. In Part 1 of this series, Bhakti has written an article
that describes the demo.
The...