Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Connection Consumer: Configuration

Configuration Options     

Use this page to define the configuration of a JMS connection consumer, which is a JMS destination (queue or topic) that retrieves server sessions and processes messages.

Once you have defined a session pool, you can configure one or more connection consumers for each session pool.

Configuration Options

Name Description
Name

The name of this JMS connection consumer configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean Attribute:
WebLogicMBean.Name

Changes take effect after you redeploy the module or restart the server.

Messages Maximum

The defined maximum number of messages that the connection consumer can load at one time into a ServerSession's session.

MBean Attribute:
JMSConnectionConsumerMBean.MessagesMaximum

Minimum value: 1

Maximum value: 2147483647

Selector

The defined JMS message selector of the connection consumer.

MBean Attribute:
JMSConnectionConsumerMBean.Selector

Changes take effect after you redeploy the module or restart the server.

Destination

The JNDI name of the destination for this connection consumer.

MBean Attribute:
JMSConnectionConsumerMBean.Destination

Changes take effect after you redeploy the module or restart the server.


Back to Top