Administration Console Online Help

 Previous Next Contents Index  

 


JMS Topic --> Configuration --> Overrides

Tasks     Additional Documentation     Attributes

Overview

This tab defines override configuration attributes for a JMS topic. After defining a JMS server, you can configure its topics. You can configure one or more topics for each JMS server.

Note: You configure destinations explicitly or by configuring a JMS template that can be used to define multiple destinations with similar attribute settings, as described in JMS Template Tasks.

Tasks

Create a JMS Topic

Clone a JMS Topic

Delete a JMS Topic

Additional Documentation

(Requires an Internet connection.)

"Managing JMS"in the Administration Guide

"WebLogic JMS Fundamentals" in Programming WebLogic JMS

"Managing WebLogic JMS" in Programming WebLogic JMS

"Developing a WebLogic JMS Application"in Programming WebLogic JMS

Attributes

Attribute Label

Description

Value Constraints

Priority Override

The PriorityOverride value.

This value is the priority assigned to all messages that arrive at the destination, regardless of the Priority specified by the message producer.

The default value (-1) specifies that the destination will not override the Priority setting.

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

MBean: weblogic.management.
configuration.
JMSTopicMBean

Attribute: PriorityOverride

Minimum: -1

Maximum: weblogic.management.configuration.JMSConstants.PRIORITY_MAXIMUM

Default: -1

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Time To Live Override

The TimeToLiveOverride value.

Defines the TimeToLive value assigned to all messages that arrive at the destination, regardless of the TimeToLive specified by the message producer.

The default value (-1) specifies that the destination will not override the TimeToLive setting.

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

MBean: weblogic.management.
configuration.
JMSTopicMBean

Attribute: TimeToLiveOverride

Minimum: -1

Maximum: 9223372036854775807

Default: -1

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Time To Deliver Override

The TimeToDeliver override value either in milliseconds or as a schedule.

Defines the default delay, in milliseconds, 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. The TimeToDeliverOverride can be specified either as a long or as a schedule.

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

MBean: weblogic.management.
configuration.
JMSTopicMBean

Attribute: TimeToDeliverOverride

Default: "-1"

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Delivery Mode Override

The DeliveryModeOverride value.

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.

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

MBean: weblogic.management.
configuration.
JMSTopicMBean

Attribute: DeliveryModeOverride

Default: No-Delivery

Valid values:

  • Persistent

  • Non-Persistent

  • No-Delivery

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next