Configuration of a JMS Connection Factory.
| Since | 12.2.1.0.0 | ||
| Fully Qualified Interface Name | If 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:
|
This section describes attributes that provide access to other MBeans.
|
|
JMS Connection Factory property. This may be a vendor-specific property or a less commonly used ConnectionFactory property.
| Factory Methods | createProperty
( )
Factory methods do not return objects. |
| Lookup Operation | lookupProperty(String name)
Returns a |
| Privileges | Read only |
| Type | JavaEEPropertyBean[] |
| Relationship type: | Containment. |
This section describes the following attributes:
Fully-qualified name of the JMS connection factory implementation class. Ignored if a resource adapter is used.
| Privileges | Read/Write |
| Type | java.lang.String |
| Default Value |
Client id to use for connection.
| Privileges | Read/Write |
| Type | java.lang.String |
| Default Value |
Description of this JMS Connection Factory.
| Privileges | Read/Write |
| Type | java.lang.String |
| Default Value |
| Privileges | Read/Write |
| Type | java.lang.String |
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 |
| Type | java.lang.String |
| Default Value | javax.jms.ConnectionFactory |
| Legal Values |
|
The maximum number of physical connections that should be concurrently allocated for a connection pool.
| Privileges | Read/Write |
| Type | int |
| Default Value | -1 |
The minimum number of physical connections that should be concurrently allocated for a connection pool.
| Privileges | Read/Write |
| Type | int |
| Default Value | -1 |
The name element specifies the JNDI name of the JMS connection factory being defined.
| Privileges | Read/Write |
| Type | java.lang.String |
Password to use for connection authentication.
| Privileges | Read/Write |
| Type | java.lang.String |
| Default Value |
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 |
| Type | java.lang.String |
| Default Value |
Set to false if connections should not participate in transactions.
| Privileges | Read/Write |
| Type | boolean |
| Default Value | true |
User name to use for connection authentication.
| Privileges | Read/Write |
| Type | java.lang.String |
| Default Value |