I tryed to use the SSMListenerCont but I failed in wiring it. Are you experienced in using? could you please send me your configuration xml?
Thanks a lot
Alessio
Type: Posts; User: GenerRulez; Keyword(s):
I tryed to use the SSMListenerCont but I failed in wiring it. Are you experienced in using? could you please send me your configuration xml?
Thanks a lot
Alessio
I changed the singleConnectionFactory with a factory given by JNDI, as you can see on my new spring-config.xml below:
[...]
<bean id="jmsQueueConnectionFactory"...
I do agree on the testing-purpose of the SingleConnectionFactory, actually it has been my second chance, since I started with the DefaultMessageListenerContainer102. The drawback of...
Hi, folks!
I am currently planning to substitute a Message Driven Bean with a Message Driven Pojo, aiming to lower the constrain of
needing an EJBContainer in a J2EE web application. I therefore...