Hi Sondre , well , I am trying to avoid the overhead of writing the
code for using such technologies
Sockets seems odd to me specially when transferring the same machine,
and the need to pass massive data size.
From a brief inspection of MSMQ I got the impression that implementing
this communication will be heavy task.
MSMQ from Microsoft:
Microsoft Message Queuing (MSMQ) technology enables applications
running at different times to communicate across heterogeneous networks
and systems that may be temporarily offline. Applications send messages
to queues and read messages from queues. MSMQ provides guaranteed
message delivery, efficient routing, security, and priority-based
messaging. It can be used to implement solutions for both asynchronous
and synchronous messaging scenarios.
Thank you
Sharon