Modify This Threshold Params
/management/weblogic/{version}/edit/JMSInteropModules/{name}/JMSResource/uniformDistributedQueues/{name}/thresholds
Modify this threshold params.
Request
- application/json
 
- 
                    name: string
                    
                    The name property of the instance in the collection.
 - 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
- 
                        X-Requested-By: string
                        
                        The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
 
Must contain the modified threshold params model.
object- 
            bytesHigh(optional): 
            integer(int64)
            Minimum Value:
0Maximum Value:9.223372036854776E18Default Value:9.223372036854776E18The upper threshold (total number of bytes in this destination) that triggers logging or flow control events. The value of java.lang.Long.MAX_VALUE disables logging and flow control events for the destination.
If the number of bytes exceeds this threshold, the triggered events are:
Log Messages
A message is logged on the server indicating a high threshold condition.
Flow Control
If flow control is enabled, the destination becomes armed and instructs producers to begin decreasing their message flow.
Range of Values: <= bytesmaximum;>BytesThresholdLow=>
Any change to this threshold affects only incoming messages; stored messages are not affected.
 - 
            bytesLow(optional): 
            integer(int64)
            Minimum Value:
0Maximum Value:9.223372036854776E18Default Value:9.223372036854776E18The lower threshold (total number of bytes in this destination) that triggers logging or flow control events. The value of java.lang.Long.MAX_VALUE disables logging and flow control events for the destination.
If the number of bytes falls below this threshold, the triggered events are:
Log Messages
A message is logged on the server indicating a low threshold condition.
Flow Control
If flow control is enabled, the destination becomes disarmed and instructs producers to begin increasing their message flow.
Range of Values: < BytesThresholdHigh
Any change to this threshold affects only incoming messages; stored messages are not affected.
 - 
            messagesHigh(optional): 
            integer(int64)
            Minimum Value:
0Maximum Value:9.223372036854776E18Default Value:9.223372036854776E18The upper threshold (total number of messages in this destination) that triggers logging or flow control events. The value of java.lang.Long.MAX_VALUE disables logging and flow control events for the destination.
If the number of messages exceeds this threshold, the triggered events are:
Log Messages
A message is logged on the server indicating a high threshold condition.
Flow Control
If flow control is enabled, the destination becomes armed and instructs producers to begin decreasing their message flow.
Range of Values: <= messagesmaximum;>MessagesThresholdLow=>
Any change to this threshold affects only incoming messages; stored messages are not affected.
 - 
            messagesLow(optional): 
            integer(int64)
            Minimum Value:
0Maximum Value:9.223372036854776E18Default Value:9.223372036854776E18The lower threshold (total number of messages in this destination) that triggers logging or flow control events. The value of java.lang.Long.MAX_VALUE disables logging and flow control events for the destination.
If the number of messages falls below this threshold, the triggered events are:
Log Messages
A message is logged on the server indicating a low threshold condition.
Flow Control
If flow control is enabled, the destination becomes disarmed and instructs producers to begin increasing their message flow.
Range of Values: < MessagesThresholdHigh
Any change to this threshold affects only incoming messages; stored messages are not affected.
 - 
            templateBean(optional): 
            array  Template Reference
            
            Title:
Template ReferenceRead Only:trueContains the template reference.Finds the template bean for this destination.
 
arrayTemplate ReferencetrueFinds the template bean for this destination.
- 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role. - 
                        Deployer: basic
                        
                        Type:
basicDescription:A user in the Deployer security role.