jms

"jms" is also a: user

(thing) by Elrac (1.5 wk) Sat Mar 16 2002 at 10:48:28
Java Messaging Service, part of Sun Microsystem's J2EE standard for Enterprise-level computing applications.

JMS uses a publish-subscribe model, whereby an application can register interest in certain message types, and will be in the distribution list for those kinds of messages when the publishing application generates them.

Messaging is an asynchronous form of inter-program communication. This means that the application sending out a message does not expect or wait for a response from the recipients, if any, of the message.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.