[
Lists Home |
Date Index |
Thread Index
]
- From: "KenNorth" <KenNorth@email.msn.com>
- To: "Jonathan Borden" <jborden@mediaone.net>, <xml-dev@xml.org>
- Date: Mon, 7 Feb 2000 09:16:27 -0800
From: Jonathan Borden <jborden@mediaone.net>
> It is a trivial task to send an XML document/message over SMTP using MIME.
> There already exists open software to do SMTP,MIME and XML processing. Is
> there something else being looked for?
Asynchronous message queueing is often a requirement of high-reliability
applications (e.g., funds transfer). It provides guaranteed delivery and the
ability of one side of a connection to continue operating when the other
side is not available for synchronous messaging. It's like having voicemail
as a backup when you cannot reach another person. It's also used when load
balancing is required.
================== Ken North =============================
See you at SIGS Java Developer Conference (London, March 13-15, 2000)
www.javadevcon.com
http://ourworld.compuserve.com/homepages/Ken_North
===========================================================
|