Administration Console Online Help

 Previous Next Contents Index  

 


Message Driven Destination --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab in the Administration Console to configure the destination information for the message-driven bean. Specify whether the message-driven bean is intended for a Topic or a Queue.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

Destination Type

Specify the type of JMS destination. The type is specified by the Java interface expected to be implemented by the destination.

Attribute: DestinationType

Valid values:

  • "javax.jms.Queue"

  • "javax.jms.Topic"

Configurable: yes

Readable: yes

Writable: yes

Subscription Durability

Specify whether a JMS topic subscription is intended to be durable or nondurable.

Attribute: SubscriptionDurability

Valid values:

  • "Durable"

  • "NonDurable"

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next