Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-4946

include activemq-jms-pool in activemq-all

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.9.0
    • 5.9.1, 5.10.0
    • Broker
    • None

    Description

      on upgrade from 5.8 to 5.9

      <bean id="con-factory"
      class="org.apache.activemq.spring.ActiveMQConnectionFactory">
              <property name="brokerURL" value="tcp://xxxxx:xxx" />
      </bean>
      <bean id="activemq-for-consumer"
      class="org.apache.activemq.pool.PooledConnectionFactoryBean"
                      destroy-method="stop">
              <property name="connectionFactory" ref="con-factory"></property>
      </bean>

      When I ran the old project,I got the exception:
      java.lang.ClassNotFoundException:
      org.apache.activemq.jms.pool.PooledConnectionFactory
      I checked the activemq-all-5.9.0.jarand didn't see the package of
      org.apache.activemq.jms in it.

      Attachments

        Activity

          People

            gtully Gary Tully
            gtully Gary Tully
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: