Show TOC Start of Content Area

Background documentation JMS Details Description  Locate the document in its SAP Library structure

This is the list of properties that sets up the topics, queues, or connection factories. Some of the properties you can view in the SAP NetWeaver Administrator are purely informative, that is, you cannot edit them.

Details and Durable Subscription Descriptions

Configuration Property Name

Default Value

Used In

Description

agentKeepAliveTime

300

topic, queue

The time in seconds to keep the message delivery agent alive after the last consumer or producer is closed.

averageMessageSize

 

topic, queue

The average message size in KB.

connectionID

 

topic, queue

The connection ID.

clientID

 

connection factory

The client ID of the connection factory.

connectionType

 

connection factory

Displays the type of the connection factory. Possible values are:

ConnectionFactory

TopicConnectionFactory

QueueConnectionFactory

XATopicConnectionFactory

XAQueueConnectionFactory

XAConnectionFactory

setLimitToDeliveryAttemptsCount

true

queue

This property is relevant only for queue destinations. Limits the number of delivery attempts and points out if the undeliverable messages have to be moved to a dead message queue. See also maximumDeliveryAttempts.

destinationId

 

topic, queue

The ID of the destination.

isTemporary

false

topic, queue

Indicates whether the destination is temporary.

enableJMSDeliveryCount

true

topic, queue

Switches the optional message property JMSXDeliveryCount on or off. Shows the number of time the message has been delivered to a customer.

loadBalanceBehavior

 

queue

Defines the load balance behavior of the queue in case the destination has more than one consumer. The possible values are:

·        Exclusive - the registering of a second consumer fails.

·        Round-robin - messages are distributed among all registered consumers in a round-robin fashion.

maximumDeliveryAttempts

5

queue

Defines the maximum number of delivery attempts. This property is active only if setLimitToDeliveryAttempts

Count is set to true.

memoryQueueSize

4096

topic, queue

The amount of data to be loaded with a DB round-trip in KB.

memoryQueueMaximumRowsToSelect

 

topic, queue

The maximum number of messages to select from the database into the memory queue.

noLocal

 

durable subscriber

The selector expression to filter messages for the durable subscriber.

subscriptionName

 

durable subscriber

The subscription name.

subscriptionID

 

durable subscriber

The ID of the durable subscriber.

workListBufferSize

 

topic, queue

The total size of the work list buffer in bytes.

workListMaximumRowsToSelect

 

topic, queue

The maximum number of messages to select from the database into the work list.

 

End of Content Area