InterviewSolution
| 1. |
Explain How Does The Jms Work With The J2ee? |
|
Answer» The application CLIENT like enterprise JavaBeans components and web components can SEND or receive JMS MESSAGE synchronously. In addition, the application clients can also receive message asynchronously. With the help of message-driven beans, JMS provider can optionally implement the PROCESSING of messages. Message-driven beans are a type of enterprise bean that enables the asynchronous consumption of messages. The application client like enterprise JavaBeans components and web components can send or receive JMS message synchronously. In addition, the application clients can also receive message asynchronously. With the help of message-driven beans, JMS provider can optionally implement the processing of messages. Message-driven beans are a type of enterprise bean that enables the asynchronous consumption of messages. |
|