| Home J2EE Concepts JMS Java Language Contact Back Next Bookmark this Page | |
Some useful tips related to:
|
What is JMS?JMS stands for Java Messaging Service. It is an API written in Java that provides mechanisms for creating/sending/receiving messages. It is meant for interaction between applications. JMS is gaining popularity because it supports loosely coupled yet highly reliable asynchronous communication between applications. A JMS application consists of following four components: |
|
|
|