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 Service Provider ?
What is jms (java messaging service)?
What is jms active mq?
How to Configure Open JMS?
Give an example of using the point-to-point model
Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?
What is the use of EventMessage.java?
Can we use jms for sending automated e-mails?
What is the difference between Message producer and Message consumer?
What is jms jndi?
How to read message from jms queue in java?
What is MOM in reference to JMS?