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 doesn’t the JMS API provide end-to-end synchronous message delivery and notification of delivery?
What is jms protocol?
What is jms testing?
What are Native Clients ?
What are the different types of messages available in the JMS API?
Explain about message listeners?
What is the use of Message object?
What is the use of message queues?
In which situations we are using jms?
Which messaging modes are included in the java messaging service jms )?
How can third-party jdbc driver be used with jms?
Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?