What messaging technologies in windows-ce for gauranteed msg delivery?
Posted
by Aidanapword
on Stack Overflow
See other posts from Stack Overflow
or by Aidanapword
Published on 2010-03-23T16:21:36Z
Indexed on
2010/03/23
16:23 UTC
Read the original article
Hit count: 316
All, We are building a windows-ce (6.0R3) based device that requires guaranteed and audit-ready message delivery (including store & forward) up to and down from the cloud.
I have been looking for choices beyond:
- MSMQ
- a proprietary solution (what our prototype device is using)
- AMQP (research on using this in our context is now starting)
... are there any others?
We will be transporting sensitive data (who isn't?!?!) over a public network, and large scale options are required. Anything running on an embedded device will be performance sensitive too.
Thanks!
Aidanapword
© Stack Overflow or respective owner