Update for RabbitMQ 4.0 #305
Replies: 3 comments 2 replies
-
This plugin has long been updated for 4.0.x, with not one but two releases built against All dependencies are listed in the top-level |
Beta Was this translation helpful? Give feedback.
-
@inikulshin if you build custom plugins, it's on you to follow RabbitMQ development and understand how plugins are built. It's not like there weren't any examples to follow. |
Beta Was this translation helpful? Give feedback.
-
The easiest option is to clone this plugin under |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@lukebakken , there was a redesign of mk files in https://github.com/rabbitmq/rabbitmq-server.
Can you apply those changes here, please?
We used this plugin and rabbitmq_shovel as a references for building our custom plugins, but adapting to 4.0.7 it's not straightforward. There are a lot of diffs between them now, e. g.
dep_rabbit_common = git_rmq-subfolder ...
lines are gone fromrabbitmq-components.mk
and it's hard to understand how exactly to merge.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions