BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Administration   |   Topic List   |   Previous   |   Next   |   Contents

   Setting Up a BEA Tuxedo Application

How to Create the ROUTING Section of the Configuration File

The ROUTING section of UBBCONFIG allows you to provide a full definition of the routing criteria named in the SERVICES section (for BEA Tuxedo data-dependent routing).

For each parameter in the ROUTING section, the following table provides a description and links to reference pages and additional information.

To Specify This Information in the ROUTING Section (Optional)

Set This Parameter (Required/Optional)

For More Information, Click the Following

Ranges and associated server groups for the routing field.

RANGES (required)

range criteria

Routing criteria name specified as the value of the ROUTING parameter in the SERVICES section for data-dependent routing. The value must be a string with a maximum length of 15 characters.

criterion_name (required)


Name of the routing field, which is assumed to be an FML buffer, XML element or element attribute, view field name identified in an FML field table (using FLDTBLDIR and FIELDTBLS environment variables), or an FML view table (using the VIEWDIR and VIEWFILES environment variables), respectively. This information is used to obtain the associated field value for data-dependent routing when sending a message.

FIELD (required)

routing buffer field and type

A list of types and subtypes of data buffers for which this routing entry is valid. This parameter may contain up to 256 characters with a maximum of 32 type/subtype combinations.

BUFTYPE (required)

buffer types and subtypes

ROUTING Section Example

BRNCH FIELD=B_FLD 
RANGES="0-2:DBG1,3-5:DBG2,6-9:DBG3"
BUFTYPE="FML"