<div dir="ltr">So here&#39;s my first change (attached file ampq_connection.erl).<br><br>I&#39;ve modified amqp_connection to be completely dynamic and not depend at all at compile time on any network driver module. Now some people may shudder at building a module name from strings, but it&#39;s not uncommon outside Erlang and it certainly does give flexibility.<br>
<br>I have successfully run the network_client_test, but could not run the direct test. Is this possibly because the Rabbit 1.4.0 I have installed is not in sync with the API expected by the direct driver?<br><br>As an added bonus, I was able to prevent code from running that was marked with<br>
<br>%% TODO This differentiation is only necessary for the direct channel,<br><br>because the server state now &quot;knows&quot; what kind of connection it is.<br><br>I&#39;d be very interested to hear your thoughts on this approach, and whether or not you can get the direct driver test to work.<br>
<br>Regards,<br>Edwin<br></div>