J
joker
Ok, I'm starting to pull my hair out on this one. It's probably
obvious, but not to me.
I have a CE device networked. I'm using MSMQ for inter-process
communications and I've set up private queues.
At times I want to be able to send messages from a development host.
This is working fine.
But, I also want to be able to ignore messages from the network for
security reasons. I can't figure out a way to tell msmq to ignore
these messages.
I tried changing the "UntrustedNetwork" setting from "Yes" to "No" and
back to "Yes", but I still receive the external messages.
I tried looking for some property in the System.Messaging.Message
object that would tell me that the message is from a different
computer/machine, that way I could just ignore those messages, but I
cannot find anything.
Any help would be appreciated,
Thanks,
obvious, but not to me.
I have a CE device networked. I'm using MSMQ for inter-process
communications and I've set up private queues.
At times I want to be able to send messages from a development host.
This is working fine.
But, I also want to be able to ignore messages from the network for
security reasons. I can't figure out a way to tell msmq to ignore
these messages.
I tried changing the "UntrustedNetwork" setting from "Yes" to "No" and
back to "Yes", but I still receive the external messages.
I tried looking for some property in the System.Messaging.Message
object that would tell me that the message is from a different
computer/machine, that way I could just ignore those messages, but I
cannot find anything.
Any help would be appreciated,
Thanks,