com.bea.control
Annotation Type MQControl.ConnectionPool


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface MQControl.ConnectionPool


Optional Element Summary
 int poolSize
          Indicates the pool size of the mq connection
 int retryCount
          Retry count
 int retryWait
          Retry wait.
 int timeout
          Connection Time out
 

poolSize

public abstract int poolSize
Indicates the pool size of the mq connection

Default:
20

timeout

public abstract int timeout
Connection Time out

Default:
3600

retryCount

public abstract int retryCount
Retry count

Default:
30

retryWait

public abstract int retryWait
Retry wait. The time it waits before it retries again in ms

Default:
1000