S
S.Creek
Hi,
I am trying to build a multi clients application with C# that will send
and receive messages using a listener on a server,
the computers are all on the same LAN, the listener need to identify a
message in the MS Queues he listens on, and send it to the relevant
clients (not all need to get all messages) it can send the message
through an event or an interface.?
I thought of using .Net remoting for that, i have no experience with
..NET remoting and appreciate any help.
Few of my questions:
1. How can I identify the clients, how do i send a specific message to
a specific client.
2. Is the listened needs to be a service?
3. Does anyone have a link or example for something similar?
Thanks you
S.Creek
I am trying to build a multi clients application with C# that will send
and receive messages using a listener on a server,
the computers are all on the same LAN, the listener need to identify a
message in the MS Queues he listens on, and send it to the relevant
clients (not all need to get all messages) it can send the message
through an event or an interface.?
I thought of using .Net remoting for that, i have no experience with
..NET remoting and appreciate any help.
Few of my questions:
1. How can I identify the clients, how do i send a specific message to
a specific client.
2. Is the listened needs to be a service?
3. Does anyone have a link or example for something similar?
Thanks you
S.Creek