Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 $ACTIVEMQ_HOME/lib 中找不到 activemq-core.jar,ActiveMQ 版本是 5.8.0
从 ActiveMQ 5.8.0 开始,不再有 activemq-core。activemq-core 已被拆分为代理和客户端。相反,有一个作为代理 JAR 的 activemq-broker,以及一个用于客户端 JAR 的 activemq-client。