Skip to end of metadata
Go to start of metadata

Messenger is a JMS facade and connection/session pool to make working with JMS easier both in the web tier, your application tier or the EJB / MDB tier.

Messenger provides the following features

  • pooling of JMS connections and/or sessions
  • a simple facade to abstract you away from some of the complexities of using JMS
  • abstracts away the plethora of factory methods in JMS allowing you to configure the quality of service parameters at deployment time rather than hard coding them in your application logic.
  • small, lightweight, designed to work well in lightweight container frameworks and uses IoC

News

No blog posts found.

More News

Labels
  • None
  1. Apr 20, 2004

    Is codehaus the new official home of Messenger? What happened to the jakarta-commons Sandbox component?

  2. May 03, 2005

    Does codehaus version support XA?
    How should I configure codehaus version? It doesn't include XML Digester and Manager?
    Also both versions do not support session invalidation or connection recovery after the failure(onException).