G
Guest
Hi!
My "sender" application creates a message queue (".\\myQueue") on a desktop
PC and sends a string message ("Hello World") to the queue.
My C# "receiver" application Initializes a new instance of the MessageQueue
class that references myQueue specified in "FormatNameIRECT=TCP:
10.0.0.33\myQueue" format. After that the receiver application should receive
the message.
If the receiver application is launched on "normal" Windows everything
works perfectly (after Message Queuing is installed)
On embedded XP "operation denied" exception is thrown. Why? What is missing?
( I put to the image all the MSMQ components. )
If I write a "sender" application which sends a message to a queue created
on a desktop PC everything works well.
Which compoment is missing?
Please help
Thanks
Frankie
My "sender" application creates a message queue (".\\myQueue") on a desktop
PC and sends a string message ("Hello World") to the queue.
My C# "receiver" application Initializes a new instance of the MessageQueue
class that references myQueue specified in "FormatNameIRECT=TCP:
10.0.0.33\myQueue" format. After that the receiver application should receive
the message.
If the receiver application is launched on "normal" Windows everything
works perfectly (after Message Queuing is installed)
On embedded XP "operation denied" exception is thrown. Why? What is missing?
( I put to the image all the MSMQ components. )
If I write a "sender" application which sends a message to a queue created
on a desktop PC everything works well.
Which compoment is missing?
Please help
Thanks
Frankie