Modify This Topic Subscription Params
/management/weblogic/{version}/edit/resourceGroupTemplates/{name}/JMSSystemResources/{name}/JMSResource/uniformDistributedTopics/{name}/topicSubscriptionParams
Modify this topic subscription 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 topic subscription params model.
object- 
            messagesLimitOverride(optional): 
            integer(int64)
            Minimum Value:
-1Maximum Value:9.223372036854776E18Default Value:-1The maximum number of messages that can be stored in a topic subscription.
If a new message arrives on subscriptions that have reached the specified limit, then the first-most available messages on these subscriptions will be deleted to make room for the new message. Subscription messages are immune from this deletion if they're participating in a pending transaction, have already been passed to a consumer and are awaiting acknowledgement, or if they are part of a Unit-of-Work that is still waiting to accumulate all of its messages. Note that if all messages are immune from deletion, then a new message can cause a subscription size to exceed its limit.
A value of -1 means no limit override.
 - 
            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.