Does anyone know of open-source applications that are built on top of Java JMS? I am looking to find applications so I can study them and see how they are used.
This earlier post has examples of hypothetical uses for JMS, but I am looking for actual code!
Thanks,
Nels
Apache CXF supports JMS as a transport for SOAP messages. Lots of source code to read.