The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
|
Glenn has a follow-up writeup to OpenMQ With Grails and GlassFish where he describes Message Driven POGOs (Plain Old Grails Object) using Spring and OpenMQ.
Check out
Glen's Writeup to see how his
feed/thumbnail fetcher picks and posts requests off the queues.
I exchanged mail with Glen and we will try to post more about his experiences with OpenMQ,
in the meantime, check OpenMQ |