| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles Tips |
- Writing Java Message Service programs using WebSphere MQ V5.3 and WebSphere Studio Application Developer V5, Part 2: Configure WebSphere MQ and use JMS within Web applications by Willy Farrell - [Clicks: 212]
This article updates the second part of a two-part article written last year covering earlier versions of WebSphere MQ and WebSphere Studio Application Developer (Application Developer). Part 2 explores WebSphere MQ configurations that can make your Java Message Service (JMS) programs more flexible, introduces JMS publish and subscribe programming, and demonstrates how to use JMS from within Web applications. Sample code and step-by-step instructions are included to demonstrate these capabilities and features.
[Includes source code]
http://www-106.ibm.com/developerworks/ibm/library/i-ad5mq53-2/ - Oct, 2003 - Writing Java Message Service programs using WebSphere MQ V5.3 and WebSphere Studio Application Developer V5, Part 1: Installing the software and running your first programs by Willy Farrell - [Clicks: 160]
This article updates an article written last year covering earlier versions of WebSphere MQ and WebSphere Studio Application Developer (Application Developer). It provides detailed instructions on how to obtain, install, and configure the newest versions of these products for Java Message Service (JMS) development and testing. Sample programs and instructions on how to run them are provided so that you can exercise the tools and understand their capabilities.
[Includes source code]
http://www-106.ibm.com/developerworks/ibm/library/i-ad5mq53/ - Oct, 2003 - Java Message Service (JMS) by Dean Wette - [Clicks: 107]
This article examines messaging concepts in general, why one might consider using message services, introduces the Java Message Service API v1.02 for interacting with messaging systems, and illustrates Java-based messaging with a simple example application.
http://www.ociweb.com/jnb/jnbOct2003.html - Oct, 2003 - JMS Application Architectures by Roland Barcia - [Clicks: 74]
Learn about some of the application architectural issues in applications that use messaging and JMS in general. This article examines state vs application decoupling in JMS applications, looks at synchronous vs asynchronous use cases, examines some architectural anti-patterns, and discusses the consequences of certain JMS topologies with respect to transactional requirements. It also recommends some better architectures and solutions.
[PDF - 162 Kb]
http://www.theserverside.com/resources/article.jsp?l=JMSArchitecture - Aug, 2003 - Manage users with JMS by Amit Goel, David Marshall - [Clicks: 32]
Many enterprises have a federated set of homegrown and purchased applications that store their own copies of user contact information. In this age of mergers and acquisitions, a company's multiple business units or departments often carry redundant user information. Although most applications only store information about a specific application's users, the same user information is frequently stored in multiple applications. To maintain consistency and avoid customer confusion, these copies should be regularly synchronized, and they can be a challenge to maintain. In this article, we describe a simple solution to this common problem of maintaining consistent user information across various business applications.
[Includes source code]
http://www.javaworld.com/javaworld/jw-03-2003/jw-0314-jms.html - Mar, 2003
- Publish / Subscribe Messaging With JMS Topics by Mark Johnson - [Clicks: 27]
The tip Using JMS Queues in the March 11, 2003 issue explained how to use Java Messaging Service (JMS) Queues for point-to-point messaging. The tip that follows explains how to implement publish/subscribe messaging using JMS Topics.
[Includes sample code]
http://java.sun.com/developer/EJTechTips/2003/tt0415.html#1 - Apr, 2003 - Using JMS Queues by Mark Johnson - [Clicks: 47]
The tip explains how to use JMS message queues to implement simple, reliable point-to-point messaging between two processes. Publish/subscribe messaging will be covered in a later edition of the Enterprise Java Technologies Tech Tips.
[Includes sample code]
http://java.sun.com/developer/EJTechTips/2003/tt0311.html#2 - Mar, 2003