What is the role of JMS in enterprise solution development?



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

Post New Answer

More JMS Interview Questions

Give an example of using the publish/subscribe model.

0 Answers  


What is the main parts of jms applications?

0 Answers  


What is queue connection factory?

0 Answers  


Explain about point to point?

0 Answers  


What is the difference between queue and topic ?

1 Answers  






How does jms listener work?

0 Answers  


What is jms used for?

0 Answers  


What is a text message?

0 Answers  


What is jms publisher?

0 Answers  


What is the difference between JMS and RPC (Remote Procedure Call)?

0 Answers  


Give an example of using point to point model in JMS?

0 Answers  


How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?

0 Answers  


Categories