Re: Activate DeadLetterQueue

2008-07-04 Thread jens punzelmann
Hello again! I tried another way. I downloaded the Version 5.1.0. Then start activemq with the activemq.bat. Then I changed the source in the example consumertool.java to rollback the session and executed the code. There is still no message in any DLQ. Does the DLQ not work with queues ? How c

Activate DeadLetterQueue

2008-07-02 Thread jens punzelmann
Hello, currently we verifiy the communication between Siebel and ActiveMQ. Siebel ist the consumer and producer of messages. It use JNDI to communicate with ActiveMQ. We created the Queue "ActiveMQ.DLQ" for the DLQ-Messages. If Siebel failed to consume messages then the session is rollbacked.