【问题标题】:activemq 5.9 org.apache.activemq.command package missingactivemq 5.9 org.apache.activemq.command 包丢失
【发布时间】: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 中?

【问题讨论】:

    标签: java activemq slf4j


    【解决方案1】:

    我在我的 ActiveMQ 客户端项目中找到它,activemq-client-5.9.0.jar http://mvnrepository.com/artifact/org.apache.activemq/activemq-client/5.9.0

    Maven 依赖

    <dependency>
        <groupId>org.apache.activemq</groupId>
        <artifactId>activemq-client</artifactId>
        <version>5.9.0</version>
    </dependency>
    

    【讨论】:

      猜你喜欢
      • 2014-03-07
      • 2019-01-01
      • 2015-05-05
      • 1970-01-01
      • 1970-01-01
      • 2021-10-18
      • 2020-03-24
      • 2016-06-24
      • 2012-03-27
      相关资源
      最近更新 更多