The route Envelope Field
The route read-only envelope field is a sequence of structures that contain event forwarding information. This field is only set on those events which are forwarded from one Broker to another Broker. This envelope field will not be set if both the publishing and receiving clients are both connected to the same Broker. Each structure in the sequence has the format shown in the table below.
Type | Member Name | Description |
string | broker | Name of the Broker. |
date | recvTime | Time the Broker received the event from the publishing client or the other Broker. |
date | enqueueTime | Time the Broker enqueued the event for the next Broker. |
The values for route[0] will represent the originating Broker. Each time the event is forwarded to another Broker, an additional structure will be added to the route sequence.
For more information on Broker-to-Broker communication, see Administering webMethods Broker.