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 JMS is different from RPC?
Which are the benefits of mdb (message driven beans) over standard jms consumers?
What are the components of a jms messaging application?
What is the jms client?
What is a message topic?
What is JMS session?
What is Destination ?
What is the point-to-point model in jms?
Is rabbitmq jms compliant?
What is jms broker in sas?
What are the steps to send and receive JMS message ?
What is a JMS client?