<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Alex,<div>It appears that the stomp adapter uses an Erlang module (binary) that only appeared in R14 of the language. &nbsp;When starting the server you see the message:</div><div>&nbsp;&nbsp; &nbsp;*WARNING* Undefined function binary:split/2</div><div>as it loads the plugins. &nbsp;This is out of the rabbitmq-stomp-2.4.0.ez plugin.</div><div>You (and me on Ubuntu) are running with Erlang R13B03 and this deficiency is discovered only when running the plugin.</div><div><br></div><div>This is definitely a bug, since we state:</div><div>&nbsp;&nbsp; &nbsp;<span class="Apple-style-span" style="color: rgb(85, 85, 85); font-family: Verdana, sans-serif; font-size: 13px; line-height: 18px; ">In order to compile or run the server, you will need to have downloaded and installed Erlang/OTP, version R12B-3 or higher.</span></div><div>on the RabbitMQ Server page (<a href="http://www.rabbitmq.com/server.html">http://www.rabbitmq.com/server.html</a>).</div><div><br></div><div>We've raised this bug (24012) and will fix this in the next release.</div><div><br></div><div>The easiest solution is to load and run a later version of Erlang/Otp -- anything R14 and after should be fine. You should be able to find a *.deb package somwhere (!easier said than done - though there is this one 'http://launchpad.net/~morpheus-level28/+archive/erlang' you could try).</div><div><br></div><div>Alternatively, if you need a patch I can supply one -- although this may not be the best performing code -- contact me if you want this. I have tried the patch out and it fixes the (immediate) problem for me!</div><div><br></div><div>Steve Powell</div></body></html>