In Server Client programming, how to send the data to the particular client out 3 clients in java. I had done the program for Multiple Client and a server. can any one help me please.
Thanks in advance Shilpa.T.M
|
In Server Client programming, how to send the data to the particular client out 3 clients in java. I had done the program for Multiple Client and a server. can any one help me please. Thanks in advance Shilpa.T.M |
|||||||||||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
In our case, we had used message queues (JMS) in the past, with each queue representing a different client. This gave us a little more control over what we sent each client, rather than using topics. |
|||
|
|