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
Which messaging modes are included in the java messaging service jms )?
What happens when jms queue is full?
What is a jms queue?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
Is ibm mq jms compliant?
What does jms stand for?
Are foreign destinations handled within foreign jms messages?
What is jms connection factory in weblogic?
What is jms queue?
What is jms server?
Why is jms used?
What is jms message broker?
How to consume message from jms queue in soa 12c?
What type of messaging is provided by JMS?
Explain the difference between topic and queue?