Message Defragmentation
From MsgServerDocWiki
How do I implement message defragmentation?
You implement defragmentation by using the defragment channel keyword and the defragmentation channel. Furthermore, the defragment channel only retains messages in the defragment channel queue only for a limited time. When one half of the time before the first nondelivery notice is sent has elapsed, the various parts of a message will be sent on without being reassembled. This choice of time value eliminates the possibility of a nondelivery notification being sent about a message in the defragment channel queue.
For more information, see the following blog entry: http://blogs.sun.com/factotum/entry/messaging_server_and_defragmentation_not.
Categories: FAQ | MTA

