transaction « activemq « Java Enterprise Q&A





1. Why are my transactional ActiveMQ messages being dropped instead of moving to the DLQ?    stackoverflow.com

I create my consumer (in C# using the NMS library) as so:

        ConnectionFactory factory = new ConnectionFactory(_mqServer);
        ...

2. JMS / ActiveMQ Transaction Timeout    stackoverflow.com

I'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 ...