Skip to content

1.3.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 28 Jul 08:34

Changes between 1.2.0 and 1.3.0

This is a maintenance 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

Drop immediate flag

The immediate flag isn't supported for a long time, so the corresponding option has been removed.

GitHub issue: #30