Hi there,

i want to use the ServerSessionMessageListenerContainer. My problem is the configuration:

<bean class="org.springframework.jms.listener.serversess ion.ServerSessionMessageListenerContainer">
<property name="connectionFactory" ref="jmsFactory"></property>
<property name="serverSessionFactory" >
<bean class="org.springframework.jms.listener.serversess ion.SimpleServerSessionFactory" />
</property>
</bean>

This is not workling as the ServerSessionFactory returns a ActiveMqSession(as expected) but wrapped in a PooledSession and this throws an exception.

Did anyone manage to get this running with activeMQ?

regards

oliver