Attribute Name |
Access |
Type |
Description |
Attribute Value |
ClientID |
R |
java.lang.String |
The connection factory client identifier |
null
|
JNDIBindings |
RW |
org.w3c.dom.Element |
The element containing the JNDI bindings this connection factory is to be bound under |
|
PrefetchSize |
RW |
int |
The maximum number of messages that will be prefetched by the client side consumer |
|
SlowConsumers |
RW |
boolean |
Does this connection factory create slow consumers? Slow consumers never buffer messages |
TrueFalse
|
DefaultTempQueueFullSize |
RW |
int |
The default value of paging full size for any temporary queues created for connections from this connection factory |
|
DefaultTempQueuePageSize |
RW |
int |
The default value of paging page size for any temporary queues created for connections from this connection factory |
|
DefaultTempQueueDownCacheSize |
RW |
int |
The default value of paging down cache size for any temporary queues created for connections from this connection factory |
|
DupsOKBatchSize |
RW |
int |
The value of the DUPS_OK_ACKNOWLEDGE batch size to use for sessions created from this connection factory |
|
ServerPeer |
RW |
javax.management.ObjectName |
The ObjectName of the server peer this destination was deployed on |
View MBean
|
Connector |
RW |
javax.management.ObjectName |
The ObjectName of the remoting connector this destination will use |
View MBean
|
SupportsFailover |
RW |
boolean |
Does this connection factory support transparent failover? |
TrueFalse
|
SupportsLoadBalancing |
RW |
boolean |
Does this connection factory support internal load balancing on createConnection(...) requests? |
TrueFalse
|
LoadBalancingFactory |
RW |
java.lang.String |
The pluggable load balancing policy factory that is used to decide the next cluster node to create a clustered connection to |
|
StrictTck |
RW |
boolean |
Does this CF support StrictTCK |
TrueFalse
|
SendAcksAsync |
RW |
boolean |
Should acknowledgements be sent asynchronously? |
TrueFalse
|
DisableRemotingChecks |
RW |
boolean |
Disable remoting connector parameter sanity checks. There is rarely a good reason to set this to true |
TrueFalse
|
| |