1.3.0.RC1
Pre-release
Pre-release
Changes between 1.2.0 and 1.3.0.RC1
This is a pre-release with a new feature, bug fixes, and an upgrade of the Java Client.
Add -B
and -T
options to load message body from disk
One or several files can be used as the body of the messages sent by the tool. The -T
option can be used to specify of the content-type of the file(s).
GitHub issue: #24
Upgrade Java Client to 4.1.1
GitHub issue: #26
Don't predeclare any queues when --predeclared
and -y 0
are combined
GitHub issue: #25
Handle queue names option properly
When used programatically (not from the command line), the MulticastParams
class could trigger an exception when manipulating the queue names property.
GitHub issue: #22