<div>Has anyone tried to put in production a plugin?</div><div><br></div><div>I'm trying to install this plugin https://github.com/flopezluis/rabbitmq-throttling-exchange in the broker, under Macosx and Rabbitmq 2.8.5.&nbsp;</div><div><br></div><div>The plugin is working well in development with make run-in-broker, &nbsp;in production &nbsp; the plugin is activated well, but when you try to publish a message with the exchange, the message is lost. If you tried to publish the message through the web site you can see the following error http://pastebin.com/YSHHASYt</div><div><br></div><div>I've tried another plugins like https://github.com/videlalvaro/rabbitmq-recent-history-exchange and even i've created a very simple one like:</div><div>http://pastebin.com/ds6ihMFa</div><div><br></div><div>But the result is always the same</div>