1.1

Table Of Contents
REMOTEDSID integer-constant
[ SOCKETBUFFERSIZE integer-constant ]
[ SOCKETREADTIMEOUT integer-constant ]
[ MANUALSTART boolean-constant ]
[ ENABLEBATCHCONFLATION boolean-constant ]
[ BATCHSIZE integer-constant ]
[ BATCHTIMEINTERVAL integer-constant ]
[ ENABLEPERSISTENCE boolean-constant ]
[ DISKSTORENAME disk-name ]
[ MAXQUEUEMEMORY integer-constant ]
[ ALERTTHRESHOLD integer-constant ]
)
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 232.
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
vFabric SQLFire User's Guide470
vFabric SQLFire Reference