1 Reply Latest reply on Jan 8, 2002 1:48 AM by pra

    ServerSessionPool

    lawley

      Is there a portable way of obtaining a ServerSessionPool object as needed by create(Durable)ConnectionConsumer?

        • 1. Re: ServerSessionPool

          What do you mean by portable? Do you mean a factory API that is standardized: the answer is no! Do you mean in JBoss: the answer is Yes.

          - Implement org.jboss.jms.asf.ServerSessionPoolFactory

          - Define a new server session pool loader with your new pool factory:

          <!-- The server session pool for Message Driven Beans -->

          StdJMSPool

          org.jboss.jms.asf.MyServerSessionPoolFactory



          //Peter