BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   Administration Console Online Help:   Previous topic   |   Next topic   |   Contents   

 

JMS Templates

 

Create a JMS Template

  1. Click the JMS node in the left pane.

  2. Click the JMS Templates node. The JMS Templates table displays in the right pane showing all the templates defined in the domain.

  3. Click the Create a new JMS Template text link. A dialog displays in the right pane showing the tabs associated with configuring a new template.

  4. Enter a value in the Name attribute field.

  5. Click Create to create a template instance with the name you specified in the Name field. The new instance is added under the JMS Templates node in the left pane.

  6. Click the remaining tabs individually and change the attribute fields or accept the default values as assigned.

  7. Click Apply to save any changes you made.

Clone a JMS Template

  1. Click the JMS node in the left pane.

  2. Click the JMS Templates node. The JMS Templates table displays in the right pane showing all the templates defined in the domain.

  3. Click the Clone icon in the row of the template you want to clone. A dialog displays in the right pane showing the tabs associated with cloning a new template.

  4. Enter a value in the Name attribute field.

  5. Click the Create button in the lower right corner to create a template instance with the name you specified in the Name field. The new instance is added under the JMS Templates node in the left pane.

  6. Click the remaining tabs individually and change the attribute fields or accept the default values as assigned.

  7. Click Apply to save any changes you made.

Delete a JMS Template

  1. Click the JMS node in the left pane.

  2. Click the JMS Templates node. The JMS Templates table displays in the right pane showing all the templates defined in the domain.

  3. Click the Delete icon in the row of the server you want to delete. A dialog displays in the right pane prompting you to confirm your deletion request.

  4. Click Yes to delete the template. The template icon under the JMS Templates node is deleted.

Configuration

General

Attribute

Description

Range of Values

Default Value

Name

 

Name of the template.

This attribute is not dynamically configurable.

 

Java identifier, unique within specific cluster

 

My JMS Template[-n]

 

Destination Keys

 

This attribute provides a list of potential destination keys.

 

List

 

Null

 

Thresholds and Quotas

Attribute

Description

Range of Values

Default Value

Bytes Maximum

 

Maximum number of bytes that may be stored in the destination. A value of -1 specifies that there is no limit on the number of bytes that can be stored in the destination.

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

 

-1, 0 through 263-1,
Bytes Threshold High

 

-1

 

Bytes Threshold High

 

Upper threshold that triggers events based on the number of bytes stored in the destination. A value of -1 specifies that threshold events are disabled for the destination.

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

 

-1, 0 through 263-1,
Bytes Maximum,
>Bytes Threshold Low

 

-1

 

Bytes Threshold Low

 

Lower threshold that triggers events based on the number of bytes stored in the destination. A value of -1 specifies that threshold events are disabled for the destination.

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

 

-1, 0 through 263-1,
<Bytes Threshold High

 

-1

 

Messages Maximum

 

Maximum number of messages that may be stored in the destination. A value of -1 specifies that there is no limit on the number of messages that can be stored in the destination.

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

 

-1, 0 through 263-1,
Bytes Threshold High

 

-1

 

Messages Threshold High

 

Upper threshold that triggers events based on the number of messages stored in the destination. A value of -1 specifies that threshold events are disabled for the destination.

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

 

-1, 0 through 263-1,
Messages Maximum,
>Messages Threshold Low

 

-1

 

Messages Threshold Low

 

Lower threshold that triggers events based on the number of messages stored in the destination. A value of -1 specifies that threshold events are disabled for the destination.

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

 

-1, 0 through 263-1,
<Messages Threshold High

 

-1

 

Override

Attribute

Description

Range of Values

Default Value

Priority Override

 

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.

 

-1, 0 through 9

 

-1

 

Time to Live Override

 

Time-to-live assigned to all messages that arrive at the destination regardless of the time-to-live 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.

 

-1, 0 through 263-1

 

-1

 

Delivery Mode Override

 

Delivery mode assigned to all messages that arrive at the destination, regardless of the delivery mode specified by the message producer. A value of null specifies that the delivery mode will not be overridden.

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

 

Persistent, Non-Persistent, or null

 

Null

 

Notes

Attribute

Description

Range of Values

Default Value

Notes

 

This attribute provides a space for optional user-supplied information.

 

The value must be an alphanumeric string.

 

Null

 

 

Back to Top