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
How does a sender application transport/send a message through jms?
What is jms testing?
Explain how Application server handles the JMS Connection?
What is MOM in reference to JMS?
How do I use a third-party jdbc driver with jms?
What is the functionality of a jms message selector?
What is a connection factory?
How the jms is different from rpc?
What is the use of jms? Can we send message from one server to another server using jms?
What are the functionalities of a jms provider?
What do you mean by Synchronous and Asynchronous type of messaging?
Explain how does the JMS work with the J2EE?
How may messaging models do JMS provide for and what are they?
What is jndi? How is it related to jms?
What is a text message?