Use the vwmsg tool to view or delete web services messages that were not claimed by a work item by using a Receive system function.
All commands, except -h, require connection_point as the first parameter.
vwmsg connection_point
[-h] | [-v] [-D]
[-O | -o File Name] [-d Delimiter] [-f Format]
[-w where clause] [-Yusername+password]
[-N tenant_domain_name]
[-s Start Time | -S Hours] [-e End Time | -E Hours]
[-b Block Size ]
Where:Parameter | Description |
---|---|
virtualservername | The name of the virtual server. If the virtual server is not specified, the virtual server name of "default" is used. |
-h | Displays the help system. |
-r Region | Specifies the isolated region to be processed. Isolated region numbers can range 0 - 999. |
-v | Provides verbose output to the standard output device (stdout). |
-D | Deletes unclaimed message records. |
-O | Sends output to the screen. |
-o File Name | Sends output to the specified file name. |
-d Delimiter | Specifies the delimiter to use in the output file (-o option). |
-f Format | Specifies the format to use for the output file (-o option). Valid formats are:
|
-w where clause | Defines the where clause for the query. This option ignores the -s, -S, -e, and -E parameters. |
-Y user_name+password | Logs on using the specified user name and password. |
-N tenant_domain_name | The tenant domain, if multiple domains are set up. If you specify this parameter, you must be a member of the workflow administration master group. This group is in the master domain directory service provider and has permission to run workflow system administrative tools in the tenant domain in which the group is designated a master group. If you run this tool against a workflow system in a tenant domain, you must use the -N parameter. |
-s Start Time | Defines a specific start time. |
-S Hours | Defines the start time as the current time minus the specified number of hours. |
-e End Time | Defines a specific end time. |
-E Hours | Defines the end time as the current time minus the specified number of hours. |
-b Block Size | Defines the number of records processed per transaction. The default is 200. |