Spring / JMS
What is JMS (Java Messaging Service)?
JMS (Java Messaging Service) is a messaging standard that allows J2EE application components to create, send, receive, and read messages.
JMS defines an enterprise messaging Java API that makes it easy to write business applications that can exchange business data and events asynchronously and reliably in a vendor-agnostic manner.
More Related questions...