Modify This Topic Subscription Params

post

/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/JMSSystemResources/{name}/JMSResource/topics/{name}/topicSubscriptionParams

Modify this topic subscription params.

Request

Supported Media Types
Path Parameters
Header Parameters
  • 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'.
Body ()

Must contain the modified topic subscription params model.

Root Schema : Topic Subscription Params
Type: object
Show Source
  • Minimum Value: -1
    Maximum Value: 9.223372036854776E18
    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.

  • Template Reference
    Title: Template Reference
    Read Only: true
    Contains the template reference.

    Finds the template bean for this destination.

Nested Schema : Template Reference
Type: array
Title: Template Reference
Read Only: true
Contains the template reference.

Finds the template bean for this destination.

Show Source
Security
Back to Top

Response

200 Response

Back to Top