|
JMS Overview
Messaging is a method of communication between software components or applications. A messaging system is a peer-to-peer facility: a messaging client can send messages to, and receive messages from, any other client. Each client connects to a messaging agent that provides facilities for creating, sending, and receiving messages.
|
|
Listen to HeartBeat with JMS
With heartbeats, a critical system broadcasts a signal that lets other systems know it is still working. You can apply the same concept between distributed Java components using JMS (Java Message Service). This article shows you how and introduces an extensible framework for implementation.
|
|
JMS Introduction
Enterprise messaging is a method for transmitting data from one enterprise application to another. Its main advantage is that enterprise messaging eliminates the need to synchronize applications from multiple vendors running on different platforms. Such program-to-program messaging products will become increasingly important as corporate IT groups build electronic commerce systems, which typically consist of a loose federation of applications that communicates over the Internet.
|
|
Developing a Simple Example
This chapter provides a gentle introduction to JMS using the publish-and-subscribe messaging model. You will get your feet wet with JMS and learn some of the basic classes and interfaces.
|
|
Introduction to WebLogic JMS
An enterprise messaging system, also referred to as Message-Oriented Middleware (MOM), enables applications to communicate with one another through the exchange of messages. A message is a request, report, and/or event that contains information needed to coordinate communication between different applications. A message provides a level of abstraction, allowing you to separate the details about the destination system from the application code.
|
|
Peer-to-Peer: From JMS to Project JXTA
Part 1: Shall we chat?
Project JXTA is an open source effort for the research and development of a network programming and computing platform for peer-to-peer computing (P2P).
|
|
Taking a peek at JMS
Developers interested in easing enterprise integration tasks have been quick to adopt one latest newcomer to the message-oriented middleware (MOM) scene: Sun Microsystems' Java Message Service (JMS), which makes small change of even the hoariest integration projects, aficionados say.
|
|
Why You Can't Ignore the JMS
A fateful Sun decision suddenly makes Java Messaging Service
an even more important factor in corporate development
|
|
Java Messaging Ensures Data Delivery
When it absolutely, positively has to get there, a jms server may be the answer
|
|
Using JMS in 4GL Applications
Unfortunately for IT people, the Web produces conflicting requirements. On one hand, they need 4GLs, which allow faster application development. On the other, they need sophisticated messaging.
|
|
FioranoMQ - Application Server Integration
Fiorano FAQ Hot List
|
|
JMS Tutorial
Messaging is a method of communication between software components or applications. A messaging system is a peer-to-peer facility: A messaging client can send messages to, and receive messages from, any other client. Each client connects to a messaging agent that provides facilities for creating, sending, receiving, and reading messages.
|
|
JMS API Model
This chapter describes all these objects briefly and provides sample com-mands
and code snippets that show how to create and use the objects. The last
section briefly describes JMS API exception handling.
|
|
JMS Distributed Object Framework
The JMS Distributed Object Framework (JMS-DOF) is an experiment in supporting distributed object communication using the Java Messaging Service. The framework is intended to provide an alternative to technologies like CORBA and RMI in distributed applications that are centered around JMS-based communication.
|
|
MQSeries Using Java(TM)
This book describes MQSeries classes for Java(TM) (MQ base Java) which can be used to access MQSeries systems, and MQSeries classes for Java Message Service (JMS) (MQ JMS) which can be used to access both Java Message Service and MQSeries applications.
|