It appears to me that if I call shutdown on DefaultMessageListenerContainer, it does not close the underlying connection, has anyone else seen this or am I calling the wrong method.
Thanks in...
Type: Posts; User: tjmalone; Keyword(s):
It appears to me that if I call shutdown on DefaultMessageListenerContainer, it does not close the underlying connection, has anyone else seen this or am I calling the wrong method.
Thanks in...
I have had a look at the new jms stuff in spring 2, is it possible to receive a message do some database work and then send a new message all in one transaction, as I can see how to the the receive...