On 8/9/06, jc7442 <[EMAIL PROTECTED]> wrote:
I need to invoke a method from an existing API where I need to provide as parameter a connection and a ServerSessionPool.I do not find any ServerSessionPool in JNDI. How can I retrieve the ServerSessionPool ? Is there some documentation about that ?
The ServerSessionPool is provided by your application server and not by ActiveMQ http://java.sun.com/j2ee/1.4/docs/api/javax/jms/ServerSessionPool.html -- James ------- http://radio.weblogs.com/0112098/
