How Does the JMS Work with the J2EE ?
Answer / 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 |
How to Send object as message in JMS?
What are the types of communication provided by jms? Explain in detail.
In which situations we are using jms?
How does jms queue work?
What is the functionality of a message listener in the context of jms?
What are the advantages of JMS?
What is the use of ObjectMessage?
What is an object message?
What is the advantage of persistent message delivery compared to nonpersistent delivery?
What is jms jndi?
Explain about Connection factory interface?
What is jms connection factory?