Changeset 83 for trunk/src/main/java/omq/common/util/ParameterQueue.java
- Timestamp:
- 07/08/13 13:29:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/java/omq/common/util/ParameterQueue.java
r77 r83 2 2 3 3 /** 4 * This class is used to create new environments. 4 5 * 5 6 * @author Sergi Toda <sergi.toda@estudiants.urv.cat> … … 7 8 */ 8 9 public class ParameterQueue { 9 10 /*11 * Properties environment12 */13 10 14 11 /** … … 69 66 public static String MESSAGE_TTL_IN_QUEUES = "omq.message_ttl_queue"; 70 67 71 // TODO persistent messages? the messages will be saved in the disk if this72 // flag is set true73 74 68 /** 75 69 * Set if the system will use ssl … … 111 105 112 106 /** 113 * Time in milis 107 * Time in milis by default is set in a minute 114 108 */ 115 109 public static long DEFAULT_TIMEOUT = 1 * 1000 * 60;
Note: See TracChangeset
for help on using the changeset viewer.