Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-commons-messenger: Commons Messenger JMS framework
- Summary
- Messenger is a JMS (Java Message Service) framework which makes it
very easy to use JMS in Web Service and Web Application environments.
Messenger implements session pooling (which can be quite hard to do
with JMS) which makes JMS very easy to work with. Also Messenger hides
much of the complexity of JMS behind a simple facade API, the Messenger
interface.
In addition Messenger provides an XML deployment configuration file to
avoid having to litter your code with complex deployment configuration
details in your application code.
Messenger also provides a Messagelet Engine which is a JMS based
container that can be deployed in any Servlet Engine to process JMS
messages via MessageListeners, Message Driven Objects, Servlets or JSP.
Changelog
- * Tue Aug 24 04:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0.d10-4jpp
-
- Rebuild with ant-1.6.2
- * Sat Aug 7 04:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0.d10-3jpp
-
- Void change
- * Wed Jun 2 04:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0.d10-2jpp
-
- Upgrade to Ant 1.6.X