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. We tried it several times and expected to find the message in the DeadLetterQueue, but it still stay in the normal queue. The properties in the messages redelivered flag is set to true and the redeliverycounter increased by 1. We tried to append the property for the maximumredeliveries in the jndi.properties file (java.naming.provider.url = tcp://srvr084a:61616?jms.redeliveryPolicy.maximumRedeliveries=2) but this has no effect. Any help would be appreciated. -- View this message in context: http://www.nabble.com/Activate-DeadLetterQueue-tp18236145p18236145.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.