Router.setMaxBacklog()

Method

Declaration

Router setMaxBacklog(
    int  maxBacklog)
  throws ConfigurationException

Purpose

Set the maximum backlog, and enable protection against large backlog.

Remarks

This method returns the Router object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

maxBacklog

Use this maximum (in kilobytes) to limit router backlog.

See Also

Router

Router.clearMaxBacklog()

Router.getMaxBacklog()

For the corresponding browser page, see Routers in TIBCO Rendezvous Administration

For background information, see   in TIBCO Rendezvous Administration