org.jlab.coda.cMsg.apps
Class cMsgQueue
java.lang.Object
org.jlab.coda.cMsg.apps.cMsgQueue
public class cMsgQueue
- extends java.lang.Object
Queues messages to file or MySQL database.
Only stores user-settable information.
I.e. subject,type,text,userTime,userInt.
To use, e.g, with a database queue:
java cMsgQueue -udl cMsg:cMsg://ollie/cMsg -name myQueue
-url jdbc:mysql://xdaq/test -driver com.mysql.jdbc.Driver -account fred
To use, e.g, with a file-based queue:
java cMsgQueue -udl cMsg:cMsg://ollie/cMsg -name myQueue
-dir myDir -base myFileBaseName
- Version:
- 1.0
Method Summary |
static void |
decode_command_line(java.lang.String[] args)
Method to decode the command line used to start this application. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cMsgQueue
public cMsgQueue()
main
public static void main(java.lang.String[] args)
decode_command_line
public static void decode_command_line(java.lang.String[] args)
- Method to decode the command line used to start this application.
- Parameters:
args
- command line arguments