How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Apache Camel Transaction Rollback Not Working When JMS Reply Queue Fails

calendar_today July 21, 2026 person MMRahman domain spring-boot

I’m using Apache Camel with ActiveMQ to process messages in a transactional route. The route receives messages from a queue, performs a database operation, and then sends a response back to a temporary/reply queue. However, when the temporary queue is unavailable or lost during the response phase, the database transaction is already committed , leaving the system in an inconsistent state.

open_in_new Read original post