Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Server Template: Configuration: Web Services: Buffering

Configuration Options     

Use this page to configure message buffering for Web services on the server template.

Configuration Options

Name Description
Retry Count

The number of times a buffered request or response can be retried before it is abandoned (and moved to any error queue defined for the buffer queue)

MBean Attribute:
WebServiceBufferingMBean.RetryCount

Minimum value: 0

Retry Delay

The amount time between retries of a buffered request and response. Note, this value is only applicable when RetryCount > 0. String value in "Duration" format. Defaults to "P0DT30S" (30 seconds).

MBean Attribute:
WebServiceBufferingMBean.RetryDelay

Configuration Options

Name Description
Request Queue Enabled

A boolean flag indicating whether buffering is enabled (request buffering if this is the request queue, or response buffering if this is the response queue). Defaults to false.

MBean Attribute:
WebServiceRequestBufferingQueueMBean.Enabled

Request Queue Connection Factory JNDI Name

The JNDI name of the connection factory to use when buffering messages onto this queue. Defaults to the 'default' JMS connection factory.

MBean Attribute:
WebServiceRequestBufferingQueueMBean.ConnectionFactoryJndiName

Request Queue Transaction Enabled

A boolean flag indicating whether transactions should be used when buffering a message onto or consuming a message off of this queue. Defaults to false.

MBean Attribute:
WebServiceRequestBufferingQueueMBean.TransactionEnabled

Configuration Options

Name Description
Response Queue Enabled

A boolean flag indicating whether buffering is enabled (request buffering if this is the request queue, or response buffering if this is the response queue). Defaults to false.

MBean Attribute:
WebServiceResponseBufferingQueueMBean.Enabled

Response Queue Connection Factory JNDI Name

The JNDI name of the connection factory to use when buffering messages onto this queue. Defaults to the 'default' JMS connection factory.

MBean Attribute:
WebServiceResponseBufferingQueueMBean.ConnectionFactoryJndiName

Response Queue Transaction Enabled

A boolean flag indicating whether transactions should be used when buffering a message onto or consuming a message off of this queue. Defaults to false.

MBean Attribute:
WebServiceResponseBufferingQueueMBean.TransactionEnabled


Back to Top