Client transmission rules

Client transmission rules govern the behavior of messages going from the client to the server. Client transmission rules are handled by the QAnywhere Agent.

By default, the QAnywhere Agent uses the automatic policy. You can change and customize this behavior by specifying a transmission rules file as the transmission policy for the QAnywhere Agent.

The following partial qaagent command line shows how to specify a rules file for the QAnywhere Agent:

qaagent -policy myrules.txt ...

The transmission rules file holds the following kinds of entry:

  • Rules   No more than one rule can be entered per line.

    Each rule must be entered on a single line, but you can use \ as a line continuation character.

  • Comments   Comments are indicated by a line beginning with either a # or ; character. Any characters on that line are ignored.

You can also use transmission rules files to determine when messages are to be deleted from the message stores.

You can also use the Sybase Central QAnywhere 12 plug-in to create a QAnywhere Agent rules file.

 See also
 Example