[
Lists Home |
Date Index |
Thread Index
]
[Roger Costello]
> I have a sensor that is collecting information over time. As the data
> is collected I want to stream it out to clients. The data within each
> element is huge. Consequently, the number of SAX events would be small
> compared with the size of the data.
Might a messaging approach such as jabber be more suitable?
(http://www.jabber.org).
For more heavy duty reliable messaging, I'd suggest using a message queuing
approach.
I've had some experience with http://www.swiftmq.com/ using the Java JMS
APIs and
I've been very happy with it. The entry level price is right too :-)
Sean
|