Author:
Radhika.k

Message:
Hi,

I have a queue configured with Maximum failed redeliveries set as 3. I have a 
mediation module with export as JMS Binding which reads the message from the 
configured queue. The mediation module then uses the message and routes it to 
appropriate destination. For sake of testing instead of invoking the target 
webservice I put the fail primitive so that message will be rollbacked to the 
queue. In this way I aim to test the configured Maximum failed redeliveries. 
The behaviour I noticed was not as expected as the message was tried to deliver 
6 times which seems it does not really adhere to the configuration. The 
JMSDeliveryCount is not getting incremented for each retry. After first attempt 
it increments to 2 and then stays 2 for rest of the retries. I tried to 
manipulate in the module but the behaviour is not changed. Hence wanted to know 
if the retries are possible only with listener port or it also possible with 
activiation specification.

Regards,
Radhika

To respond to this post, please click the following link:
<http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14827655>

____________________________________
Unsubscribe via the "binocular" icon on the web

Reply via email to