jms « JPA « Spring Q&A





1. How to monitor Apache Camel status?    stackoverflow.com

I have already working Camel configuration that is watching a database table (through spring and hibernate), and when something shows up in DB, Camel consumes it and sends message to JMS ...

2. Can I use Spring XAction for Hibernate + JMS?    forum.springsource.org

Can I use Spring XAction for Hibernate + JMS? I have a requirement to make a a whole process transactional. this process currently does the following: Parses a file using Spring ...