RetryWhile Sample
=================

1. Build the demo

mvn clean install

2. Deploy the bundle to JBoss Fuse container

install -s mvn:org.jboss.fuse.samples/variable-retry-per-exception-test/1.0

3. Send a text message with body "retry3" to ActiveMQ queue "foo". It will cause TesterBean to throw a ThreeRetryException to test 3 retries upon the GenericHandlerException with nested ThreeRetryException.

4. Send a text message with body "retry5" to ActiveMQ queue "foo". It will cause TesterBean to throw a FiveRetryException to test 5 retries upon the GenericHandlerException with nested FiveRetryException.

