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 jms active mq?
What are the basic advantages of jms?
What is text message?
Does JMS specification define transactions?
What is the use of BytesMessage?
Why do we use message queue?
Is jms a message broker?
What is jms queue in java?
What is mean by jms?
Why jms is used in java?
What is jms connection factory in weblogic?
Explain about map message?