show/hide this revision's text 3 edited body

Is this a transactional queue? Remote read from transactional queue is not possible? . Maybe the spring framework try to check if this a transactional queue, and this is also an operation that is supported only on local queue.

The recommanded why to work with queues is to write to remote queue and read from local queue. In msmq 4.0 ( vista and windows 2008 ) remote transactional read is supported ( so I have heard).

Can you debbug the spring.net code and see the exact code when the process fail?

show/hide this revision's text 2 Change from question to suggestions.

This should

Is this a transactional queue? Remote read from transactional queue is not possible? Maybe the spring framework try to check if this a transactional queue, and this is also an operation that is supported only on local queue.

The recommanded why to work with queues is to write to remote queue and read from local queue. In msmq 4.0 ( vista and windows 2008 ) remote transactional read is supported ( so I have heard).

Can you post debbug the spring.net code and see the exact code when the process fail?

show/hide this revision's text 1

This should work.

Can you post the code?