Difference between revisions of "RabbitMQ"
Jump to navigation
Jump to search
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:RabbitMQ]] (2007) ([[Erlang]]). | [[wikipedia:RabbitMQ]] (2007) ([[Erlang]]). | ||
* [[Transmission Control Protocol (TCP)|Ports]] [[5672]], [[15672]] | * [[Transmission Control Protocol (TCP)|Ports]] [[5672]], [[15672]] | ||
+ | * [[AMQP]] | ||
Installation: | Installation: | ||
Line 8: | Line 9: | ||
** <code>[[brew install rabbitmq-c]]</code> | ** <code>[[brew install rabbitmq-c]]</code> | ||
− | *<code>[[ | + | * <code>[[rabbitmqctl --help]]</code> |
− | *<code> [[rabbitmqctl]]</code> | + | * <code>[[rabbitmqctl]]</code> |
− | *<code> [[rabbitmqctl status]]</code> | + | * <code>[[rabbitmqctl ping]]</code> |
+ | * <code>[[rabbitmqctl status]]</code> | ||
[[/var/lib/rabbitmq/]] | [[/var/lib/rabbitmq/]] | ||
+ | [[/var/log/rabbitmq/log/crash.log]] | ||
[[kubectl logs --previous --tail]] 10 your-pod | [[kubectl logs --previous --tail]] 10 your-pod | ||
− | 2022/07/18 16:57:36 Failed to connect to RabbitMQ dial tcp 10.100.105.23:5672: connect: connection refused | + | 2022/07/18 16:57:36 Failed to connect to RabbitMQ dial tcp 10.100.105.23:5672: connect: [[connection refused]] |
Line 22: | Line 25: | ||
* [[AMQP]], [[STOMP]] and [[MQTT]] protocols | * [[AMQP]], [[STOMP]] and [[MQTT]] protocols | ||
* [[Microstack]] | * [[Microstack]] | ||
+ | * [[Sentry]] | ||
== See also == | == See also == | ||
* {{rabbitmqctl}} | * {{rabbitmqctl}} | ||
+ | * {{AMQP}} | ||
* {{MQ}} | * {{MQ}} | ||
[[Category:RabbitMQ]] | [[Category:RabbitMQ]] |
Latest revision as of 10:36, 8 January 2024
wikipedia:RabbitMQ (2007) (Erlang).
Installation:
- Linux
apt install rabbitmq-server
- macOS:
/var/lib/rabbitmq/ /var/log/rabbitmq/log/crash.log
kubectl logs --previous --tail 10 your-pod 2022/07/18 16:57:36 Failed to connect to RabbitMQ dial tcp 10.100.105.23:5672: connect: connection refused
Related terms[edit]
- AMQP, STOMP and MQTT protocols
- Microstack
- Sentry
See also[edit]
- RabbitMQ, AMQP,
rabbitmqctl [ ping | status | cluster_status | version | --help ]
- AMQP, MQTT,
amqp, Kombu
, RabbitMQ - MQ, PubSub, AMQP, NATS, Apache Kafka, IBM MQ, ActiveMQ, Fuse Message Broker, MQTT, NSQ, RabbitMQ, AWS Kinesis and NATS Messaging, ZeroMQ, Message-oriented middleware (MOM), Apache Pulsar, HiveMQ
Advertising: