- Timestamp:
- 10/11/13 13:44:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/supervisor/src/main/java/omq/common/util/ParameterQueue.java
r84 r101 138 138 139 139 /** 140 * Set the minimum number of threads in a pool 141 */ 142 public static String MIN_POOL_THREADS = "omq.min_num_threads"; 143 144 /** 145 * Set the maximum number of threads in a pool 146 */ 147 public static String MAX_POOL_THREADS = "omq.max_num_threads"; 148 149 /** 150 * Set the refresh time to see how many messages are on the queue 151 */ 152 public static String POOL_REFRESH_TIME = "omq.refresh_time"; 153 154 /** 155 * Set the maximum number of threads in a pool 156 */ 157 public static String KEEP_ALIVE_TIME = "omq.keep_alive_time"; 158 159 /** 160 * Set the maximum number of messages per thread to create a new one 161 */ 162 public static String MAX_MESSAGES_PER_THREAD = "omq.max_messages_per_thread"; 163 164 /** 140 165 * Time in milis by default is set in a minute 141 166 */
Note: See TracChangeset
for help on using the changeset viewer.