Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21f41444fc82308

Jump to content

OpenJMS

From Wikipedia, the free encyclopedia

OpenJMS is one of the major providers of Java Message Service API, which implements Sun Microsystems' Java Message Service API 1.1 Specification. The current release is OpenJMS 0.7.7-beta-1.

Java Message Service is an asynchronous communication mechanism in the distributed system field. It is very helpful in the situation where the distributed components are loosely coupled. Another popular distributed communication technology is Remote Method Invocation (RMI), which is tightly coupled and requires an application to know a remote application's methods.

One benefit of OpenJMS is that it is vendor neutral. Because the Java JMS specifications do not specify a wire protocol, each vendor's JMS implementation is distinct and not interoperable with others. Since JMS's are normally released as part of an application server provider this makes the implementation of a JMS vendor specific to that application server. OpenJMS is not dependent on any given application server and therefore can be a common interface between users of different vendors. Users of various application servers can agree to use the common OpenJMS implementation for their interoperability layers.

Further reading

[edit]
  • Myerson, Judith M. (2002). The Complete Book of Middleware. CRC Press. p. 103. ISBN 0-8493-1272-8.
  • Monson-Haefel, Richard; Chappell, David A. (2003). Java Message Service (Edition française) (in French). O'Reilly. p. Ch. 9. ISBN 978-2-84177-208-7.

See also

[edit]
[edit]