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 |
Must I place all my class files in the WEB-INF folder and all JSP's outside?
0 Answers Nigerian Ports Authority,
How the jms is different from rpc?
What are the three parts of the message?
What is jms connection?
Explain about JMS queue?
What is a connection factory?
What is JMS Client?
What is the use of message queues?
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?
What is the procedure to configure jms security?
Explain the difference between topic and queue?
What are the types of messaging?