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 |
Why do we need jms?
How do the wls jms 6.1 server/destination message maximum and threshold values work?
What is JMS Client?
How the jms is different from rpc?
What are Messaging Domains?
What is asynchronous messaging in jms?
What is the difference between topic and queue?
In which situations we are using jms? Can we send message from one server to another server using jms?
What is the use of ObjectMessage?
What is the functionality of jms message consumers?
Does JMS specification define transactions?
Explain about Connection interface?