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 |
What is a stream message?
What are the basic advantages of jms?
What do you mean by Synchronous and Asynchronous type of messaging?
What are the different elements present in JMS?
What is text message?
Explain Asynchronous Message Consumption in JMS?
What is the principle difference between the working mechanism of jms and rpc?
What is difference between jms and activemq?
Explain the creation of JMS Administered objects?
What is a remote jms provider?
What is the publish-and-subscribe model in jms?
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?