To find which limiter is connected to a limiter endpoint, use the following rhino-console command or related MBean operation.
Console command: getlimiterforlimiterendpoint
Command  | 
getlimiterforlimiterendpoint <limiterendpoint>
    Returns the name of the limiter that the limiter endpoint is using
 | 
|---|---|
Example  | 
To find which limiter is connected to limiter endpoint  $ ./rhino-console getlimiterforlimiterendpoint RAEntity/entity1/Input LimiterEndpoint 'RAEntity/entity1/Input' is using the limiter 'rate1'  | 
MBean operation: getLimiterForEndpoint
MBean  | 
|
|---|---|
Rhino operation  | 
String getLimiterForEndpoint(String limiterEndpointID)
        throws NullPointerException, InvalidArgumentException, ConfigurationException, ManagementException;
 | 
