posted 9 years ago
When we try to send JMS messages, we use to create javax.jms.Session object.
Now if we use Spring framework JMS Template, then code in config file is
This JMS Template creates JMS Connection then JMS Session .. then JMS Message Producer etc.
If I want to set Session.AUTO_ACKNOWLEDGE or DUPS_OK_ACKNOWLEDGE property in JMS Template bean configuration... how can I do it ?
~ abhay