我试图在我的 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").
这个文件应该放在哪里?