Java Tutorial - Java Scipt : Say Hi to MOM

Java Tutorial - Java Scipt :

Say Hi to MOM


JMS is only an API to an underlying piece of software known as messageoriented middleware (MOM), which is responsible for the actual implementation of messaging. The MOM category of software emerged during the 1980s to meet the growing need of companies to glue together disparate enterprise applications. In normal Java parlance, MOM that implements the JMS API is known as a JMS provider. All of the open source JMS providers are pure-Java solutions, but JMS can also be used to interface with existing non-Java-based message-oriented middleware, such as Tibco Rendezvous or Microsoft’s MSMQ.