MSMQ - Using remote read and remote send on the same queue -


if using msmq 3.0, or 4.0:

i understand following not common, or "correct" way use queue, point solving specific issue immediately.

is possible perform read remote queue , write same remote queue in same transaction? application performing being sole writer, not reader. given version of msmq used supports remote transactional reads. there issues way of using queue?

have tried peek? way can read queue without having write back.

http://msdn.microsoft.com/en-us/library/829zyck7.aspx


Comments