"noxis" wrote : | BTW. As you can see in my config, I am trying to do infinite redelivery by pointing DLQ to the same queue. Is this ok? Maybe there is a better solution? |
You could just set maxDeliveryAttempts to a very large value. Pointing the DLQ to the same queue would mean the message is put to the *back* of the queue when maxDeliveryAttempts is exceeded We could add a feature to explicitly allow infinite redelivery. You could add a JIRA task if you like. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102350#4102350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102350 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
