Modify This Topic Subscription Params
/management/weblogic/{version}/edit/JMSSystemResources/{name}/JMSResource/uniformDistributedTopics/{name}/topicSubscriptionParams
Modify this topic subscription params.
Request
- application/json
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): 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:
integer(int64)
Minimum Value:
-1
Maximum Value:9223372036854776000
Default Value:-1
The 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:
array Template Reference
Title:
Template Reference
Read Only:true
Contains the template reference.Finds the template bean for this destination.
array
Template Reference
true
Finds the template bean for this destination.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.