我完全不熟悉Spring JMS。我正在使用ActiveMQ Artemis运行一个Spring JMS简单聊天应用程序。在调用< code>send()之后,我得到这个消息:
WARN: AMQ212054: Destination address=examp is blocked. If the system is configured to block make sure you consume messages on this configuration.
< code>send()之后的代码没有被执行。请帮帮忙。
代理阻止消息发送到某个地址有多种原因:
我猜你是在打3号。因此,我建议您将< code>max-disk-usage从< code>90(即默认值)增加到< code>100,例如:
<max-disk-usage>100</max-disk-usage>
您可能会得到这个错误,因为您的磁盘空间已满,所以尝试删除一些不使用的数据从您的磁盘空间。