G
Guest
Hi
I have a MSMQ message queue in a Windows Service. When a message arrives in
the queue locally, an event is generated and the event handler handles it.
However, if a message arrives in the queue from another machine, the event is
not generated. Thus, the event handler isn't executed.
I checked the properties and gave "everyone" the permissions to receive and
everything else.
Your input is appreciated.
J
I have a MSMQ message queue in a Windows Service. When a message arrives in
the queue locally, an event is generated and the event handler handles it.
However, if a message arrives in the queue from another machine, the event is
not generated. Thus, the event handler isn't executed.
I checked the properties and gave "everyone" the permissions to receive and
everything else.
Your input is appreciated.
J