Java / JMS
Explain how JMS works with the J2EE?
The enterprise JavaBeans components and web components can send or receive JMS message asynchronously. In addition, the application clients can also receive message asynchronously. Using 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 operation of sending and receiving message is performed as distributed operation, which allows JMS operations and database accesses within a single transaction.
More Related questions...