I have an asp.net kiosk application,
when the user performs a transaction, an XML file is generated, user is informed of transaction completion and the file is put on a stack on the local machine,
Now, this file has to be read by my server which performs some data storage, all this is done asynchronously after file being posted
I have heard that on java this is implemented using Java Message Service.
Is there something similar to this or some other alternative