What is JMS?
Java Message Service: An interface implemented by most J2EE containers to provide point-to-point queueing and topic (publish/subscribe) behavior. JMS is frequently used by EJB’s that need to start another process asynchronously.For example, instead of sending an email directly from an Enterprise JavaBean, the bean may choose to put the message onto a JMS [...]
Filed under: JMS | Leave a Comment »