What is the role of JMS in enterprise solution development?
Answer / 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 |
What is the difference between jms and kafka?
How to send xml message to jms queue using java?
What is message listener?
How do I find the jms queue in weblogic?
Are there c/c++ interfaces to wls jms?
What is a map message?
What is a message in software?
What is jms and activemq?
How to handle non-transacted sessions with respect to jms?
What Is the JMS API?
What is jms protocol?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?