MR_INGRESS¶
Description¶
This event is raised when a message is received by the message proxy
and before a route lookup occurs. Setting the route for a message will
bypass route lookup.
Examples¶
when MR_INGRESS {
set client_addr “[IP::addr]:[IP::port]"
MR::store client_addr
}
when MR_EGRESS {
MR::restore client_addr
}