JmsConnectionFactoryBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Configuration of a JMS Connection Factory.

       
Since12.2.1.0.0
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.j2ee.descriptor.JmsConnectionFactoryBean
Factory Methods
Additional Access Points In addition to accessing this MBean by invoking a factory method, you can also access this MBean from the following MBean attributes:


Related MBeans

This section describes attributes that provide access to other MBeans.


    Properties

    JMS Connection Factory property. This may be a vendor-specific property or a less commonly used ConnectionFactory property.

               
    Factory MethodscreateProperty ( )

    destroyProperty (JavaEEPropertyBean )

    Factory methods do not return objects.

    See Using factory methods.

    Lookup OperationlookupProperty(String name)

    Returns a javax.management.ObjectName for the instance of JavaEEPropertyBean named name.

    Privileges Read only
    TypeJavaEEPropertyBean[]
    Relationship type: Containment.


    Attributes

    This section describes the following attributes:


    ClassName

    Fully-qualified name of the JMS connection factory implementation class. Ignored if a resource adapter is used.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value

    ClientId

    Client id to use for connection.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value

    Description

    Description of this JMS Connection Factory.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value

    Id

           
    Privileges Read/Write
    Typejava.lang.String

    InterfaceName

    Fully-qualified name of the JMS connection factory interface. Permitted values are javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, or javax.jms.TopicConnectionFactory. If not specified, javax.jms.ConnectionFactory will be used.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Valuejavax.jms.ConnectionFactory
    Legal Values
    • javax.jms.ConnectionFactory
    • javax.jms.QueueConnectionFactory
    • javax.jms.TopicConnectionFactory

    MaxPoolSize

    The maximum number of physical connections that should be concurrently allocated for a connection pool.

           
    Privileges Read/Write
    Typeint
    Default Value-1

    MinPoolSize

    The minimum number of physical connections that should be concurrently allocated for a connection pool.

           
    Privileges Read/Write
    Typeint
    Default Value-1

    Name

    The name element specifies the JNDI name of the JMS connection factory being defined.

           
    Privileges Read/Write
    Typejava.lang.String

    Password

    Password to use for connection authentication.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value

    ResourceAdapter

    Resource adapter name. If not specified, the application server will define the default behavior, which may or may not involve the use of a resource adapter.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value

    Transactional

    Set to false if connections should not participate in transactions.

           
    Privileges Read/Write
    Typeboolean
    Default Valuetrue

    User

    User name to use for connection authentication.

           
    Privileges Read/Write
    Typejava.lang.String
    Default Value