【发布时间】:2015-06-18 03:22:20
【问题描述】:
最初我的项目有activemq-all-5.9.0.jar,但由于它包含slf4j 绑定作为依赖项,我尝试使用单独的jar,而不包括slf4j 绑定。
我使用依赖列表来确定所需的jar http://repo1.maven.org/maven2/org/apache/activemq/activemq-all/5.9.0/activemq-all-5.9.0.pom
迄今为止包含的罐子(缩写)
amqp,
broker,
camel,
client,
console,
http,
jaas,
kahadb-store,
leveldb-store,
mqtt,
openwire-legacy,
protobuf,
spring,
stomp,
j233-management,
jms,
jta
但是,org.apache.activemq.command 包仍然丢失,但它存在于 activemq-all 中。
我错过了哪个 jar,或者命令应该在哪个 jar 中?
【问题讨论】: