Sun Java Enterprise System Deployment Planning Guide

ProcedureUse Case 2: Logged-In User Reads and Deletes Mail

  1. Email client requests message to read from Messaging Server Multiplexor (MMP).

  2. MMP requests message from Messaging Server Message Store (STR).

  3. STR returns message to MMP.

  4. MMP forward message to email client.

  5. Email client sends deletes message action to MMP.

  6. MMP forwards delete message action to STR.

  7. STR deletes message from database and sends confirmation to MMP.

  8. MMP forwards delete confirmation to email client.

    Diagram illustrating data flow among Messaging Server components
for Use Case 2.