Answer Posted / 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 |
Post New Answer View All Answers
What is jms (java messaging service)?
What do you mean by Synchronous and Asynchronous type of messaging?
What is jms connection factory?
Which jms standard interface defines the methods to create the different types of messages?
Are there c/c++ interfaces to wls jms?
What is jms jndi?
What is jms queue in weblogic?
What is a jms listener?
Is activemq a jms provider?
How you can deliver a java message to a non-java client?
What is the point-to-point model in jms?
What is the use of EventMessage.java?
What are the types of messages that are supported by JMS?
How to check jms messages in weblogic?
What is a bytes message?