Computer Science, asked by haileadamu7, 2 months ago

b) What is JMS? How Message Driven Bean (MDB) is useful in application integration

Answers

Answered by moonlight45
0

Answer:

The Jakarta Messaging API is a Java application programming interface for message-oriented middleware. It provides generic messaging models, able to handle the producer–consumer problem, that can be used to facilitate the sending and receiving of messages between software systems.

Developers of JMS messaging applications should, therefore, limit JMS client components that run in a Sun Java System Application Server environment to JMS 1.02b. For more information, see the Sun Java System Message Queue Developer’s Guide or Release Notes.

Explanation:

this is all I know I hope it helps you

Answered by jayanid78
0

AnsweA message-driven bean is an enterprise bean that allows Java EE applications to process messages asynchronously. This type of bean normally acts as a JMS message listener, which is similar to an event listener but receives JMS messages instead of events.

Similar questions