1. What happens on a JMS queue when onMessage() throws a JMSException? stackoverflow.comI'm using Spring 2.5 with my custom class that implements MessageListener. If a JmsException is thrown in my onMessage( ) method, what happens to the state of the queue? Is the ... |
2. Memory Leak when exception is thrown from onMessage() to container forum.springsource.orgMemory Leak when exception is thrown from onMessage() to container Hi, I am facing a major memory leak when a runtime exception is thrown from my MDB class (which extends AbstractJmsMessageDrivenBean) ... |