【发布时间】:2012-06-03 20:59:59
【问题描述】:
我尝试在我的 Archlinux 机器上安装 rabbitMQ。
我设法安装了服务器并将其作为服务运行。
如何安装 rabbitMQ Erlang 客户端库?
www.rabbitmq.com只有下载链接库
知道把这些文件放在哪里吗?
来自 RabbitMQ 文档:
To gain access to these records, you need to include
the amqp_client.hrl in every module that uses the Erlang client:
-include("amqp_client.hrl").
这个文件应该放在哪里?
【问题讨论】: