InterviewSolution
| 1. |
Give An Example Of Using Point To Point Model In Jms? |
|
Answer» Example for point to point model, would be a print out. When you select a print-out option, your system sends the MESSAGE to the server, and once the print-out is taken out, again this server will SEND the message back to you. Point to point model is used, when the INFORMATION is SPECIFIC to a single CLIENT. Example for point to point model, would be a print out. When you select a print-out option, your system sends the message to the server, and once the print-out is taken out, again this server will send the message back to you. Point to point model is used, when the information is specific to a single client. |
|