msmq from outside the domain
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! i'm having some trouble with message queing. to check if the queue exists I use MessageQueue.Exists(queueAddress) and the address is "machine.domain\queueName" everything works fine when using this on a machine within the domain. but on a machine outside the domain Exists returns false. i read that msmq uses windows authentication. my best guess is that this "false" is due to this beeing outside the domain security issue.. is there any workaround? passing some credentials or sth? btw. it's a public transactional queue thanks for any help!
life is study!!!