Hi,
I'm trying to evaluate the nServiceBus implementation. I can get it to work locally, but not with the queues on a W2003 server. I found by Googling that the configuration format for the remote queues is "QUEUE @SERVER". However if I specify this I get an error saying that the "The specified format name does not support the requested operation".
Both server and client has MSMQ running in workgroup mode. The servers queues are private and I dont specify the privacy like this "private$\messagebus @myServer" which gives me an "invalid format name" error. But just reference like "messagebus @myServer" but then I get the initial error from above...Oh, and the server queues are free for all users in terms of ACL.
(I know: Private means private, but according to many documents this should be possible, and I would really like to keep ...
Go to the complete details ...