thanks for ur reply....
<bean id="jmsContainer" class="org.springframework.jms.listener.DefaultMessageListenerContainer">
<property name="connectionFactory" ref="connectionFactory"/>
...
Type: Posts; User: cpk; Keyword(s):
thanks for ur reply....
<bean id="jmsContainer" class="org.springframework.jms.listener.DefaultMessageListenerContainer">
<property name="connectionFactory" ref="connectionFactory"/>
...
Hi,
I am new to spring jms..already i developed mdb which listens to websphere queue and process the message.
Now I want to convert this MDB ejb to spring based JMS listener so that i dont...
Hi,
I am new to spring jms..already i developed mdb which listens to websphere queue and process the message.
Now I want to convert this MDB ejb to spring based JMS listener so that i dont...