1.1.1

Table Of Contents
)
SERVER GROUPS ( server_group_name [, server_group_name] * )
sender-name
A unique identier for the gateway sender.
REMOTEDSID
An integer that uniquely identies the remote SQLFire cluster to which this gateway sender
will send table DML operations. You must associate this remote SQLFire cluster with the local
SQLFire cluster when you start the locator(s) for the local cluster. See Congure Locators for
WAN Member Discovery on page 236.
SOCKETBUFFERSIZE
An integer value that sets the buffer size in bytes of the socket connection for this gateway
sender. If you supply a null value, SQLFire uses the default of 32768 bytes.
SOCKETREADTIMEOUT
The amount of time in milliseconds that this gateway sender blocks while waiting to receive
an acknowledgment from a remote site. The default value is 10000 milliseconds.
MANUALSTART
A boolean value that species whether you need to manually start the gateway sender. If you
supply a null value, the default is "false" and the gateway sender attempts to start automatically.
Use SYS.START_GATEWAYSENDER to manually start a sender.
ENABLEBATCHCONFLATION
A Boolean value that determines whether SQLFire should conate messages. The default is
false.
BATCHSIZE
The maximum number of messages that a batch can contain. The default is 100 messages.
BATCHTIMEINTERVAL
The maximum number of milliseconds that can elapse between sending batches. The default
is 1000 milliseconds.
ENABLEPERSISTENCE
A Boolean value that determines whether SQLFire persists the gateway queue. The default is
"False."
DISKSTORENAME
The named disk store to use for storing the queue overow, or for persisting the queue. If you
specify a value, the named disk store must exist. If you specify a null value, SQLFire uses the
default disk store for overow and queue persistence.
MAXQUEUEMEMORY
The maximum amount of memory in megabytes that the queue can consume before overowing
to disk. The default is 100 megabytes.
ALERTTHRESHOLD
The maximum number of milliseconds that an event can remain in this gateway queue before
SQLFire logs an alert. The default is value is "0."
SERVERGROUPS
A comma-separated String of server group names. SQLFire creates the gateway sender only
on those SQLFire servers and peers that are members of the specied server group(s). This
parameter cannot be null.
485
SQL Language Reference