1 Reply Latest reply on Jun 29, 2002 11:35 PM by ulmont

    JMS ServerSessionPools/MessageListeners

    ulmont

      (jboss 3.0.0 question)

      I recently downloaded jboss and have been working
      through the learning curve. I've read how to create
      message driven beans, queues, and other things.
      However, I don't see how to create a ServerSessionPool
      except through a message driven bean's configuration;
      nor do I see how to create message listeners in a
      configuration file.

      Is there a way to use a server session pool outside
      of a message driven bean?

      Is there a way to create message listeners in a
      configuration file, or are they only programatically
      creatable?

      -Richard Campbell.

        • 1. Re: JMS ServerSessionPools/MessageListeners
          ulmont

          It seems that the ServerSessionPoolFactory class has
          an instance that is bound to the jndi tree at
          java:/StdJMSPool, so I just look that up, cast to
          ServerSessionPoolFactory, and then use it.

          I still can't see any way other than programmatically
          to create these pools/listeners for anything not a
          message driven bean.

          -Richard Campbell.