简体   繁体   English

RabbitMQ连接断开时消息将如何处理

[英]What happens to messages when RabbitMQ connection is down

I'm using Spring AMQP to connect and send messages to RabbitMQ. 我正在使用Spring AMQP连接并向RabbitMQ发送消息。 I'm aware that underlying mechanism exists to handle sending retries when connection is down. 我知道存在底层机制,可以在连接断开时处理重试。 I was wondering what will happen to messages and whole app when it's stuck for some time, eg connection is not reestablished in certain period of time and messages keep piling up inside the app? 我想知道消息和整个应用程序停滞一段时间会发生什么情况,例如,在一定时间内未重新建立连接并且消息不断在应用程序内部堆积吗?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当Kafka服务器与生产者之间的连接断开时,消息将如何处理? - what happen to the messages when connection is down between kafka server and producer? 当 RabbitMQ 宕机时,避免骆驼向队列发送消息 - Avoid camel from sending messages to queue when RabbitMQ is down 失去互联网连接后,MySQL连接会如何处理? - What happens to MySQL connection when internet connection is lost? 当Logback的AsyncAppender崩溃时,排队的消息会如何处理? - What happens to queued messages when Logback's AsyncAppender crashes? 当互联网连接突然断开时,插座会发生什么? - What happens to socket when the internet connection goes off suddenly? 当客户端使用readTimeout关闭连接时,服务器上会发生什么 - what happens at the server when client closes the connection by using readTimeout 当我们在 JDBC 连接 object 中将 useLegacyDatetimeCode 设置为 false 时会发生什么 - What happens when we set useLegacyDatetimeCode to false in JDBC connection object RabbitMQ Java客户端:当在消费者的handleDelivery()方法中抛出RuntimeException时会发生什么? - RabbitMQ Java client: What happens when a RuntimeException is thrown inside a consumer's handleDelivery() method? rabbitMQ在spring开机时宕机,由于连接重试启动时间增加 - When rabbitMQ is down in spring boot, startup time increases due to connection retries Java:如果不调用Connection.close()而使Connection对象无效时,会发生什么情况 - Java : What happens when Connection object is nullified without calling Connection.close()
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM