JMS (Java Message Service) is a Java API that allows java applications to
communicate with other messaging implementations by creating, sending,
receiving, and reading messages. It supports two models:
Java package "javax.jms" provides JMS api. To use JMS, one must have a JMS provider that can manage the sessions and queues. There are free, open source providers like Apache ActiveMQ, OpenJMS, JBoss Messaging etc and proprietary providers like BEA Weblogic, Oracle AQ etc.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java Message Service(JMS)
Post your Comment