Back Forum Reply New

HibernateTransactionManager with Message Containers

Hey I was curious it seems that i eventually run into problems using HibrenateTransactionManager with DefaultMessageListenerContainer102's running.

Basically I am using BeanNameAutoProxyCreator to wrap my transactions.

So i have a Message Listener that is being controlled by the DefaultMessageListenerContainer. This then calls a service object which is wrapped by the HibernateTransactionManager.

Well. Under heavy load eventually it will seem to just crap out. Whats worse than that is that now the front end will not respond either, which is because eventaully on the front end its calling a datbase object thats transacted as well.

So i switched to JTATransactionManager .... and it SEEMS to be fine now.

Just trying to figure out if its really fine or what. And why this would cause a problem.

thanks
joe

btw .... never mind ... .my problem it appears has to do with the data source

i believe its not releasing connections.
¥
Back Forum Reply New