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
What are the types of communication provided by jms?
What is difference between jms and activemq?
Explain Asynchronous Message Consumption in JMS?
Can jms be used to send an email?
Which jms standard interface defines the methods to create the different types of messages?
What is a connection factory?
How to read message from jms queue in java?
What is jms queue?
What are the different types of messaging systems?
What is a durable queue?
What is the procedure to configure jms security?
Why is jms used?
Explain about session interface?
What is the point-to-point model in jms?
What is jms message queue?