-
Nov 9th, 2007, 09:55 AM
#1
ServerSessionMessageListenerContainer configuration
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules