replayFailedMessages.py administrative script
Use the replayFailedMessages.py administrative script to retry
processing failed messages.
Prerequisites
The following conditions must be met:- Run the script in the connected mode, that is,
do not use the wsadmin
-conntype noneoption. - At least one cluster member must be running.
- Include the wsadmin
-userand-passwordoptions to specify a user ID that has operator authority.
Location
The replayFailedMessages.py administrative script is in the Business Process
Choreographer admin
directory.
install_root\ProcessChoreographer\admin

install_root/ProcessChoreographer/adminSyntax
-f replayFailedMessages.py
-cluster cluster_name
-queue replayQueue
[ -bfm | -htm ]
Parameters
- -f
- This parameter specifies the script file to run.
- -cluster clusterName
- The name of the cluster where Business Process Choreographer is configured. In a multicluster setup, you must specify the application cluster because that is where Business Process Choreographer is configured.
- -bfm | -htm
- These keywords are optional and mutually exclusive. The default, if neither option is specified is to replay failed messages for both BPEL processes and human tasks. If you want to only replay the messages for BPEL processes, specify the -bfm option. If you want to only replay messages for human tasks, specify the -htm option.
- -queue replayQueue
- Optionally specifies the queue to replay. replayQueue can
have one of the following values:
holdQueue(this is the default value)retentionQueue(only valid when the -bfm option is specified)both(not valid when the -htm option is specified)
Draft comment: Kateryna
Example section missing.
Example section missing.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-01-20 10:38