<div dir="ltr">Hi,<br><br>I&#39;m trying to use the rabbitmq-mochiweb plugin as explained in <a href="http://www.rabbitmq.com/plugin-development.html#getting-started">http://www.rabbitmq.com/plugin-development.html#getting-started</a><br>
I have several issues with it.<br><br>rabbitmq_mochiweb.app is missing rabbit_mochiweb_registry in the list of modules<br><br>When activating the rabbitmq-mochiweb plugin, mochiweb is not included in the erlang path.<br>
I needed to add the mochiweb folder to the rabbitmq-server/plugins directory in addition to rabbitmq-mochiweb.<br>Isn&#39;t the plugin suppose to take care of that?<br><br>When trying to activate the rabbitmq-jsonrpc I&#39;m getting:<br>
{&quot;Kernel pid terminated&quot;,application_controller,&quot;{application_start_failure,rabbit_jsonrpc,{bad_return,{{rabbit_jsonrpc,start,[normal,[]]},{&#39;EXIT&#39;,{noproc,{gen_server,call,[rabbit_mochiweb_registry,{add,#Fun&lt;rabbit_mochiweb.0.118905840&gt;,#Fun&lt;rabbit_jsonrpc.0.21203153&gt;}]}}}}}}&quot;}<br>
<br>Crash dump was written to: erl_crash.dump<br>Kernel pid terminated (application_controller) ({application_start_failure,rabbit_jsonrpc,{bad_return,{{rabbit_jsonrpc,start,[normal,[]]},{&#39;EXIT&#39;,{noproc,{gen_server,call,[rabbit_mochiweb_registry,{<br>
make: *** [run] Error 1<br><br>The README of the rabbitmq-mochiweb is outdated.<br>
<br>Thanks<br><br></div>