In this blog , I would provide an introduction to MQSeries messaging and triggering concepts.
1. Basic MQSeries messaging concepts Queuing
Queuing is the mechanism by which messages are held until an application is ready to process them. Queuing allows you to:
Communicate between programs (which may be running in different environments) without having to write communication code. Select the order in which a program processes messages. Balance loads…Spring is an open source framework created to address the complexity of enterprise application development.
Start to build lightweight, robust J2EE applications using Spring technology with the following Spring series articles. The Spring series articles was rated as the best articles and had the highest visits of all time , in last 10 years (2000-2010) of web architecture IBM devloperWorks content. Thanks to all the readers. I will be updating…
In this fourth and final installment of the Spring Series , I introduce you to features of the Spring JMS (Java Message Service) framework. JMS defines a standard way for Java applications to create and exchange messages through a Message Oriented Middleware (MOM).
As in the previous articles of this series, I use a simple example to demonstrate the features of Spring JMS. You’ll follow along as I develop a…