WebSphere MQ 资源适配器
Name | Type | Default | Description |
---|---|---|---|
id | 字符串 | 唯一配置标识。 | |
connectionConcurrency | int Min: 0 | 1 | 每个连接可提供的最大 MDB 数 |
logWriterEnabled | 布尔型 | true | 一个标志,表示允许或禁止将诊断跟踪发送至应用程序服务器提供的 LogWriter 对象 |
maxConnections | int Min: 0 | 50 | 与 WebSphere MQ 队列管理器的最大连接数 |
nativeLibraryPath | string | WebSphere MQ Java JNI 库(mqjbnd.dll 或等价项)的位置的绝对路径 | |
reconnectionRetryCount | int Min: 0 | 5 | 连接失败时资源适配器尝试重新连接至 WebSphere MQ 队列管理器的最大次数。 |
reconnectionRetryInterval | 具有毫秒精度的时间段 | 5m | 资源适配器再次尝试重新连接至 WebSphere MQ 队列管理器之前等待的时间(以毫秒计). 指定后跟时间单位的正整数,时间单位可以是小时 (h)、分钟 (m)、秒 (s) 或毫秒 (ms)。例如,以 500ms 的形式指定 500 毫秒。可将多个值包括在单个条目中。例如,1s500ms 相当于 1.5 秒。 |
startupRetryCount | int Min: 0 | 0 | 在启动时重试创建连接的次数 |
startupRetryInterval | 具有毫秒精度的时间段 | 30s | 在启动时重试创建连接的时间间隔. 指定后跟时间单位的正整数,时间单位可以是小时 (h)、分钟 (m)、秒 (s) 或毫秒 (ms)。例如,以 500ms 的形式指定 500 毫秒。可将多个值包括在单个条目中。例如,1s500ms 相当于 1.5 秒。 |