Answer Posted / maanya shree
Application clients, Enterprise JavaBeans (EJB) components, and web components can send or synchronously receive a JMS message. Application clients can in addition receive JMS messages asynchronously. (Applets, however, are not required to support the JMS API.)
Message-driven beans, which are a kind of enterprise bean, enable the asynchronous consumption of messages. A JMS provider can optionally implement concurrent processing of messages by message-driven beans.
Message send and receive operations can participate in distributed transactions, which allow JMS operations and database accesses to take place within a single transaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Wat is jms client?
How does jms listener work?
What is the functionality of jms message consumers?
Can two jms servers share the same persistent store?
What is the difference between Jms and Jvt ?
What is a JMS client?
What is JMS administered object?
Can we send message from one server to another server using jms?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
What are jms topics and queues?
Explain about session interface?
What is jms module in weblogic?
What is the difference between jms and kafka?
How may messaging models do JMS provide for and what are they?
What is a distributed queue?