Java Message Service (JMS)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Articles
  

Articles:
  • JMS and CORBA Notification Interworking by Steve Trythall   - [Clicks: 11]
    This article has described how the CORBA Notification Service is being expanded to support JMS. The mapping between the Notification Service and JMS is open and easy to use, which means that it is straightforward to support integration between pure JMS applications and other non-Java applications.
    http://www.onjava.com/pub/a/onjava/2001/12/12/jms_not.html - Dec, 2001
  • Implement a J2EE-aware application console in Swing by John Chamberlain   - [Clicks: 10]
    Learn the fundamentals of Swing while creating a command console to control complex enterprise applications. A console provides a window into a system's operation and allows operators to configure, monitor, and control the system in real time. This article shows how to construct a generic console from Swing components that uses the Java Messaging Service (JMS) to interact with one or more application subsystems. Java 2 Platform, Enterprise Edition (J2EE) 1.3-compliant application components implement a JMS interface automatically, which makes integration with this console especially easy.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-11-2001/jw-1130-j2ee.html - Nov, 2001
  • A Java Message Service Primer by TA Flores   - [Clicks: 40]
    Developers have long faced the daunting task of moving data between heterogeneous systems. One impediment to exchanging information has been the difficulty of getting humans to agree on precisly how to exchange and format that data. Java Message Service solves part of this problem by providing a means of interacting with existing J2EE applications or legacy systems in a neutral manner.
    http://www.onjava.com/pub/a/onjava/2001/05/03/jms_primer.html - May, 2001

[Top]