ltm rule command MR primeΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

MR::prime
       establishes an outgoing connection to the specified host or hosts using the specified transport

SYNOPSIS
       MR::prime (((virtual VIRTUAL_SERVER_OBJ) | (config TRANSPORT_CONFIG)) ((pool POOL_OBJ) | (host HOST)))?

DESCRIPTION
       The MR::prime command instructs the Message Routing Framework to establish an outgoing connection to a specified host or
       pool if one does not exist. The setting of the specified virtual or transport-config will be used to establish the
       connection. If a pool is provided, outgoing connections will be created to all active poolmembers of the specified pool.

RETURN VALUE
VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	    MR::prime config /Common/my_tc pool /Common/default_pool
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-13.0.0 --First introduced the command.

BIG-IP							    2022-04-12							  iRule(1)