You can use a wizard to create a concrete WSDL document that contains JMS binding and service information. The wizard is described in Creating JMS-Based Concrete WSDL Documents.
You can configure redelivery handling from the following wizard steps:
Request Consumer Configuration
Response Consumer Configuration
Click the Details button, which appears to the right of the Redelivery field. The Redelivery Information dialog box appears.
The Redelivery Information dialog box contains the following fields:
Delay – An entry consists of two numbers, separated by a colon (:). The first number is the number of times that the message has been delivered. The second number is how many milliseconds to wait before resending the message.
Assume that the entry is 5:1000. When a message is received for the fifth time, the message is delayed for one second. If you specify more than one entry, then you must separate the entries with a semicolon (;). For example:
5:1000; 10:5000 |
Termination – If you want to move the message to another destination, then select the Move option and set the remaining fields in the dialog box.
If you want to delete the message, then select the Delete option and set the Move/Delete After field.
Move/Delete After – The number of times after which the message is moved or deleted.
Move to Queue/Topic – Indicates whether the message should be moved to a queue or topic.
Move to Destination Name – Indicates the name of the destination where the message should be moved. The string can include the dollar sign ($) character, which is replaced with the original destination name.