[rabbitmq-discuss] Channel crashes after basic.cancel_ok.
    Edwin Fine 
    rabbitmq-discuss_efine at usa.net
       
    Wed May  7 23:26:00 BST 2008
    
    
  
>
> You don't necessarily need to attach to a node.  You *should* be able to
> use the direct client in exactly the same way as the TCP client. From the
> client's prespective the API calls are exactly the same. All you need to do
> is to boot Rabbit in the same VM and the client process, which means just
> adding a few arguments to the Erlang runtime, e.g.
>
> erl -pa $PATH_TO_RABBIT_EBIN_DIR $PATH_TO_YOUR_CLIENT_EBIN_DIR -mnesia dir
> $MNESIA_DIR -boot start_sasl -s rabbit
I will try that. I could probably combine the two applications in my pet
development shell script.  Thanks.
>
>
> Ben
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20080507/490a4f4c/attachment.htm 
    
    
More information about the rabbitmq-discuss
mailing list