-
Apr 18th, 2008, 04:19 AM
#1
DefaultMessageListenerContainer not closing JMS connections
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 advance
-
Apr 24th, 2008, 09:59 AM
#2
Hi, i had the same problem during two weeks !
I was calling the shutdown() method inside the MDP, it blocked the container.
So, are you sure their isn't something which blocks a function somewhere in the associated MDP/Listener ?
Last edited by bouba331; Apr 24th, 2008 at 10:04 AM.
-
Apr 30th, 2008, 12:42 PM
#3
I had a similar issue, but I solved it by calling .destroy() on the DefaultMessageListenerContainer object. If you read the JavaDoc it states that at some point in the super class call chain, it specifically specifies that the underlying connection will be closed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules