1. Why are my transactional ActiveMQ messages being dropped instead of moving to the DLQ? stackoverflow.comI create my consumer (in C# using the NMS library) as so:
|
2. JMS / ActiveMQ Transaction Timeout stackoverflow.comI've been having problems with setting the transaction timeout for ActiveMQ. I want to set the timeout on a message so if it isn't committed within a certain period, then rollback() is ... |