前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >RabbitMQ基础9

RabbitMQ基础9

作者头像
franket
发布2022-05-04 22:25:16
2060
发布2022-05-04 22:25:16
举报
文章被收录于专栏:技术杂记技术杂记

日志信息

代码语言:javascript
复制
=INFO REPORT==== 23-Oct-2015::16:52:50 ===
Starting RabbitMQ 3.5.6 on Erlang R14B04
Copyright (C) 2007-2015 Pivotal Software, Inc.
Licensed under the MPL.  See http://www.rabbitmq.com/

=INFO REPORT==== 23-Oct-2015::16:52:50 ===
node           : rabbit@h102
home dir       : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq.config (not found)
cookie hash    : N3kEGl2Jm7amHtg0ViAg8w==
log            : /var/log/rabbitmq/rabbit@h102.log
sasl log       : /var/log/rabbitmq/rabbit@h102-sasl.log
database dir   : /var/lib/rabbitmq/mnesia/rabbit@h102

=INFO REPORT==== 23-Oct-2015::16:52:50 ===
Memory limit set to 747MB of 1869MB total.

=INFO REPORT==== 23-Oct-2015::16:52:50 ===
Disk free limit set to 50MB

=INFO REPORT==== 23-Oct-2015::16:52:50 ===
Limiting to approx 924 file handles (829 sockets)

=INFO REPORT==== 23-Oct-2015::16:52:50 ===
FHC read buffering:  ON
FHC write buffering: ON

=INFO REPORT==== 23-Oct-2015::16:52:50 ===
msg_store_transient: using rabbit_msg_store_ets_index to provide index

=INFO REPORT==== 23-Oct-2015::16:52:50 ===
msg_store_persistent: using rabbit_msg_store_ets_index to provide index

=INFO REPORT==== 23-Oct-2015::16:52:50 ===
started TCP Listener on [::]:5672

=INFO REPORT==== 23-Oct-2015::16:52:50 ===
Server startup complete; 0 plugins started.
代码语言:javascript
复制
[root@h102 rabbitmq]# netstat  -ant | grep 5672
tcp        0      0 0.0.0.0:25672               0.0.0.0:*                   LISTEN      
tcp        0      0 192.168.100.102:39082       192.168.100.102:25672       TIME_WAIT   
tcp        0      0 :::5672                     :::*                        LISTEN      
[root@h102 rabbitmq]# 

本文系转载,前往查看

如有侵权,请联系?cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系?cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
http://www.vxiaotou.com