Introduction to JMS
What is JMS? Java Message Service (JMS) API is a part of the Java Enterprise Edition (JEE) specification. JMS is all about sending and receiving messages between two or more clients. It is a...
View ArticleJMS Architecture
Today we are going to explore the Java Message Service (JMS) architecture and its components. In the previous series we have learnt about the JMS, messaging and various types of messaging model. You...
View ArticleCreate and Configure JMS Administered Objects
In today’s article we are going try to create and configure JMS resources. You can refer to the JMS Architecture in the previous article.We will be using the Weblogic Application server which...
View ArticleHow to implement a JMS PTP application?
Problem Statement: A Computer Company / Shop deals with a Repair shop where the computer laptops are sent for repairing. The computer company needs an application through which it can get a repair...
View Article