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 does the Application server handle the JMS Connection?
How jndi is related to jms?
What is JMS Client?
What are the main component in JMS?
How Does the JMS API Work with the J2EE Platform?
What is message oriented middleware?
What are jms topics and queues?
Which jms standard interface defines the methods to create the different types of messages?
Explain about session interface?
What is MOM in reference to JMS?
How do the wls jms 6.1 server/destination message maximum and threshold values work?
What is jms endpoint?