Embedded RabbitMQ v1.4.0 Release Notes
Release Date: 2019-12-05 // over 5 years ago-
๐ New Features:
- ๐ It's now easier to use versions not listed in
PredefinedVersion
enum. Just passnew BaseVersion("3.8.1")
to theEmbeddedRabbitMqConfig.Builder().version()
and it should work! See PR #62 for more info.
Contributors:
- dkaelbling, who reported and contributed the idea+code for this new functionality.
- ๐ It's now easier to use versions not listed in
Previous changes from v1.3.3
-
Enhancements:
- ๐ New
RabbitMqDiagnostics
class to help invokerabbitmq-diagnostics
commands to inspect status of the node/cluster. See manual or See PR #59 for more info. (Note: no parsing of the information resulting from invoking commands has been implemented).
๐ Fixes:
- In version 1.3.2 (PR #58), when invoking
RabbitMqPlugins
orRabbitMqCtl
, all environment variables defined byRabbitMqConfig
were ignored. This is no longer the case. OnlyRABBITMQ_NODE_PORT
will be ignored by default, but you can define other variables to be ignored or even add new environment variables. See PR #59 for more info.
- ๐ New