InterviewSolution
| 1. |
What Is Mom In Reference To Jms? |
|
Answer» The MOM ( MESSAGE Oriented Middleware) is a software that works as an INTERMEDIATE between two communicating components. It is placed between the CLIENT and server, MOM PROVIDES the FACILITY of passing message by using the technique queuing. Until the client does not request to read the message, the messages will be stored in queue. By using this technique, the software component can work independently of time. The MOM ( Message Oriented Middleware) is a software that works as an intermediate between two communicating components. It is placed between the client and server, MOM provides the facility of passing message by using the technique queuing. Until the client does not request to read the message, the messages will be stored in queue. By using this technique, the software component can work independently of time. |
|