Skip to content

Commit

Permalink
Updated README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
northlander committed Jun 2, 2018
1 parent 5f20655 commit 93c2a95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Used to send, browse and put messages on queues.


```
usage: java -jar a-<version>-with-dependencies.jar [-A] [-a] [-b <arg>]
[-C <arg>] [-c <arg>] [-E <arg>] [-e <arg>] [-F <arg>] [-f <arg>]
[-g] [-H <property=value>] [-I <property=value>] [-i <arg>] [-J
<arg>] [-j] [-L <property=value>] [-l] [-M <arg>] [-n] [-O] [-o
<arg>] [-P <arg>] [-p <arg>] [-R <arg>] [-r <arg>] [-S <arg>] [-s
<arg>] [-T] [-t <arg>] [-U <arg>] [-v] [-w <arg>] [-X <arg>] [-x
<arg>] [-y <arg>]
usage: java -jar a-<version>-with-dependencies.jar [-A] [-a] [-B
<property=value>] [-b <arg>] [-C <arg>] [-c <arg>] [-E <arg>] [-e
<arg>] [-F <arg>] [-f <arg>] [-g] [-H <property=value>] [-I
<property=value>] [-i <arg>] [-J <arg>] [-j] [-L <property=value>]
[-l] [-M <arg>] [-n] [-O] [-o <arg>] [-P <arg>] [-p <arg>] [-R
<arg>] [-r <arg>] [-S <arg>] [-s <arg>] [-T] [-t <arg>] [-U <arg>]
[-v] [-w <arg>] [-X <arg>] [-x <arg>] [-y <arg>]
-A,--amqp Set protocol to AMQP. Defaults to OpenWire
-a,--artemis-core Set protocol to ActiveMQ Artemis Core.
Defaults to OpenWire
Expand Down Expand Up @@ -66,7 +66,8 @@ usage: java -jar a-<version>-with-dependencies.jar [-A] [-a] [-b <arg>]
is assumed.
-r,--reply-to <arg> Set reply to destination, i.e. queue:reply
-S,--transform-script <arg> JavaScript code (or @path/to/file.js). Used
to transform messages. Access message in JavaScript by
to transform messages with the dump
options. Access message in JavaScript by
msg.JMSType = 'foobar';
-s,--selector <arg> Browse or get with selector
-T,--no-transaction-support Set to disable transactions if not
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>co.nordlander.a</groupId>
<artifactId>a</artifactId>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5</version>

<properties>
<activemq.version>5.14.5</activemq.version>
Expand Down

0 comments on commit 93c2a95

Please sign in to comment.