protected static final String |
USAGE_MESSAGE |
"\n\nUSAGE: brokerUrl numMessages [endpointSend] [endpointReceive] [consume-only] [produce-only]\n\n\tbrokerUrl\tThe broker URL, example: tcp://localhost:61616\n\tnumMessages\tThe number of messages to send and/or expect\n\tendpointSend\tThe endpoint to send messages to, default: queue:gytheio.test.benchmark\n\tendpointReceive\tThe endpoint to consumer messages from, default: queue:gytheio.test.benchmark\n\tconsume-only\tConsume only, do not produce messages\n\tproduce-only\tProduce only, do not consumer messages\n" |