Hi all,
I want to do something similar to the following code using Spring. Could someone tell me how?
Session sess = conn.createSession(false, Session.CLIENT_ACKNOWLEDGE);
on the sender
and also
message.acknowledge() on the listener which is an MDP.
Thanks.
Ganesh.


Reply With Quote


