What is the role of JMS in enterprise solution development?
Answer Posted / munnu
JMS is typically used in the following scenarios
1. Enterprise Application Integration: - Where a legacy application is integrated with a new application via messaging.
2. B2B or Business to Business: - Businesses can interact with each other via messaging because JMS allows organizations to cooperate without tightly coupling their business systems.
3. Geographically dispersed units: - JMS can ensure safe exchange of data amongst the geographically dispersed units of an organization.
4. One to many applications: - The applications that have to push data in packet to huge number of clients in a one-to-many fashion are good candidates for the use JMS. Typical such applications are Auction Sites, Stock Quote Services etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to handle non-transacted sessions with respect to jms?
What is jms publisher?
What is mdb in jms?
What is the use of jms? Can we send message from one server to another server using jms?
What is jms destination?
Is it possible to create both queues and topics to single jms server? if yes then how it works?
What is the use of jms server in weblogic?
Why do we use jms?
How do I use a startup class to initialize and later reference jms objects?
What does kms mean?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
What is a jms connection?
What is subdeployment in weblogic jms?
What is the difference between jms and mq?
What is JMS administered object?