RabbitMQ Config

默认访问地址:http://localhost:15672/

要想修改内网访问:

 %APPDATA%\RabbitMQ\ 目录下添加文件 rabbitmq.config

[
 {rabbit,
  [%%
  %% Network Connectivity
  %% ====================
  %%
  %% By default, RabbitMQ will listen on all interfaces, using
  %% the standard (reserved) AMQP port.
  %%
  {tcp_listeners, [5672]},
  {loopback_users, ["luyongqiang"]}
  ]}
].

 

posted @ 2015-09-08 17:09  在 水 一 方  阅读(2325)  评论(0编辑  收藏  举报