Modify This Delivery Params Overrides

post

/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/JMSSystemResources/{name}/JMSResource/templates/{name}/deliveryParamsOverrides

Modify this delivery params overrides.

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 delivery params overrides model.

Root Schema : Delivery Params Overrides
Type: object
Show Source
  • Default Value: No-Delivery
    Allowed Values: [ "Persistent", "Non-Persistent", "No-Delivery" ]

    The delivery mode assigned to all messages that arrive at the destination regardless of the DeliveryMode specified by the message producer.

    A value of No-Delivery specifies that the DeliveryMode will not be overridden.

    Note: This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.

  • Minimum Value: -1
    Maximum Value: 9
    Default Value: -1

    The priority assigned to all messages that arrive at this destination, regardless of the Priority specified by the message producer. The default value (-1) specifies that the destination will not override the Priority set by the message producer.

    Note: This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.

  • Minimum Value: -1
    Maximum Value: 9.223372036854776E18
    Default Value: -1

    The delay, in milliseconds, before rolled back or recovered messages are redelivered, regardless of the RedeliveryDelay specified by the consumer and/or connection factory. Redelivered queue messages are put back into their originating destination; redelivered topic messages are put back into their originating subscription. The default value (-1) specifies that the destination will not override the RedeliveryDelay setting specified by the consumer and/or connection factory.

    Note: This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.

    Note: Changing the RedeliveryDelay override only affects future rollbacks and recovers, it does not affect rollbacks and recovers that have already occurred.

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

    This is used to find the template bean for this destination

  • Default Value: -1

    The default delay, either in milliseconds or as a schedule, between when a message is produced and when it is made visible on its target destination, regardless of the delivery time specified by the producer and/or connection factory. The default value (-1) specifies that the destination will not override the TimeToDeliver setting specified by the producer and/or connection factory. The TimeToDeliver override can be specified either as a long or as a schedule.

    Note: Changing the TimeToDeliver override only affects future message delivery, it does not affect message delivery of already produced messages.

  • Minimum Value: -1
    Maximum Value: 9.223372036854776E18
    Default Value: -1

    The time-to-live assigned to all messages that arrive at this destination, regardless of the TimeToLive value specified by the message producer. The default value (-1) specifies that this setting will not override the TimeToLive setting specified by the message producer.

    Range of Values: Between 0 and a positive 64-bit integer.

    Note: This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.

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

This is used to find the template bean for this destination

Show Source
Security
Back to Top

Response

200 Response

Back to Top