instance instance-id endpoint ep interface dispatcher
Displays the dispatcher queue support details for the interface.
Command Mode
Exec > Global Configuration (config) > Instance ID Configuration (config-instance-id-instance_id ) > Endpoint Configuration (config-endpoint-endpoint_type ) > Interface Configuration (config-interface-interface_name )
Syntax
dispatcher { cache { false | true } | capacity queue_capacity | count dispatcher_queues_count | expiry cache_entry_expiry_duration | nonresponsive cache_entry_expiry_duration | outbound { false | true } | rate-limit queue_rate_limit | threshold outstanding_requests_per_queue_cache }
cache { false | true }
Specify to enable or disable disable retransmission cache support. To disable, set to true.
Must be one of the following:
false
true
Default Value: false.
capacity queue_capacity
Specify the capacity of each queue.
Must be an integer.
Default Value: 5000.
count dispatcher_queues_count
Specify the count of dispatcher queues.
Must be an integer.
Default Value: 0.
expiry cache_entry_expiry_duration
Specify, in milliseconds, the responded cache entry expiry duration.
Must be an integer.
Default Value: 60000.
nonresponsive cache_entry_expiry_duration
Specify, in milliseconds, the non-responsive cache entry expiry duration.
Must be an integer.
Default Value: 30000.
outbound { false | true }
Specify to enable or disable queue support for outbound messages. To disable, set to true.
Must be one of the following:
false
true
Default Value: true.
rate-limit queue_rate_limit
Specify the rate limit for each queue.
Must be an integer.
Default Value: 0.
threshold outstanding_requests_per_queue_cache
Specify the outstanding requests per queue cache.
Must be an integer.
Default Value: 30000.
Usage Guidelines
Use this command to view dispatcher queue support details for the interface.