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

   Using the BEA Tuxedo Domains Component

How to Route Service Requests to Remote Domains

Data-dependent routing information used by gateways to send service requests to specific remote domains is provided in the DM_ROUTING section of the DMCONFIG file. The FML32, VIEW32, FML, VIEW, X_C_TYPE, and X_COMMON typed buffers are supported.

To create a routing table for a domain, specify the following:

The following table describes these fields.

Routing Table Field

Description

Buffer type

A list of types and subtypes of data buffers for which this routing entry is valid. The types may be included: FML32, VIEW32, FML, VIEW, X_C_TYPE, and X_COMMON. No subtype can be specified for type FML; subtypes are required for the other types. The * (or wildcard) value is not allowed. Duplicate type/subtype pairs cannot be specified for the same routing criteria name; one criteria name can be specified in multiple routing entries as long as the type/subtype pairs are unique. If multiple buffer types are specified for a single routing entry, the data types of the routing field for all buffer types must be the same.

Valid values for type are:
[:subtype1[,subtype2 . . .]]
[;
type2[:subtype3[,subtype4 . . . ]]] . . .

The maximum total length of 32 type/subtype combinations is 256 characters.

Valid values for subtype may not include semicolons, colons, commas, or asterisks.

Example: FML

Domain routing criteria

The name (identifier) of the routing entry.

A valid value is any string of 1-15 characters, inclusive.

Example: ROUTTAB1

Routing field name

The name of the routing field. It is assumed that the value of this field is a name identified in an FML field table (for FML buffers) or an FML VIEW table (for VIEW, X_C_TYPE, or X_COMMON buffers).

A valid value is an identifier string that is 1-30 characters, inclusive.

Example: FIELD1

Ranges

A value comprised of a set of numbers (that must have numeric values) and an alphanumeric string (that must have string values) associated with remote domain names (RDOM) for the routing field. The routing field can be of any data type supported in FML.

String range values for string, carray, and character field types must meet the following criteria: