Trigger retry count

Hi. I am trying to test the trigger retry feature.

I have a publishble document type: Triggers:pubDocType01

A trigger : Triggers:trigger01

I have setup the trigger to retry 10 times with 30 second interval.

The trigger is calling a service that does not exist in order to fail the 10 times.

The only problem is that it does not retry 10 times.
On the fisrt run it returns the error: [446]2009-04-03 15:27:15 BST [ISS.0098.0049C] Exception:com.wm.app.b2b.server.UnknownServiceException: [ISS.0026.9201] Unknown service: Triggers:flowTrigger01 while executing trigger. Rejecting Document for TriggerStore:Triggers:trigger01.

Shouldn’t it retry 10 times and fail the 10 times?

You might want to read the pub/sub guide a bit before moving on. You have multiple problems with the test you are trying to run. The pub/sub developers guide has a lot of detail that really should be understood before any attempt to use messaging.