Java Messaging Services Courseware
Our JMS Courseware
The Courseware Shop offers JMS (Java Message Service) courseware, as follows:
Introduction to Java Messaging Services Courseware Two Day Course
Objectives
- Introduction to Messaging
- To understand the JMS API
- Benefits of JMS API
- Creating Sample JMS Applications
- Using JMS API in J2EE Applications
Aimed at
- Students working in Java Technology and want to develop Enterprise Messaging System.
- Students familiar with Java Programming Language and J2EE Concepts can take up this course.
Experience Needed
- Working Knowledge of Java Language.
- Knowledge of J2EE Concepts.
Courseware Content
|
4. Developing a JMS Application
5. Using Transactions with JMS
|
Download JMS (Java Message Service) Programming Courseware Specification
Our Full Java Technologies Package
About JMS
Java Message Service is a set of interfaces and associated semantics that define how a JMS client accesses the facilities of an enterprise messaging product. Prior to JMS, each MOM (Message-Oriented Middleware) vendor provided application access to their product through a proprietary API, often available in multiple languages, including the Java language.
JMS provides a standard, portable way for Java programs to send and receive messages through a MOM product. Programs written with JMS will be able to run on any MOM that implements the JMS standard. Products that want to provide JMS functionality is done by supplying a provider that implements these interfaces. To build a JMS application define a set of messages and a set of client applications that exchange those messages.
Enterprise messaging system, 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.
The Java Message Service (JMS) is a standard API for accessing enterprise messaging systems. Specifically, JMS:
- Enables Java applications sharing a messaging system to exchange messages
- Simplifies application development by providing a standard interface for creating, sending and receiving messages
JMS accepts messages from producer applications and delivers them to consumer applications. 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.
Restrictions on use of courseware
Courseware bought on this site is subject to certain terms and conditions. In particular, courseware bought on this site may not be resold, although you may edit, add contact details and branding and distribute to your own staff, students or deligates. For further information, please see our terms of sale.
'Java'is a trademarks or registered trademark of Sun Microsystems, Inc. or its subsidiaries in the United States and other countries. Courseware and training material offered at The Courseware Shop is in no way approved by, endorsed by or connected to Sun Microsystems, Inc. or its subsidiaries.