On 1/22/07, James Adams <[EMAIL PROTECTED]> wrote:


Christopher G. Stach II wrote:
>
> James Adams wrote:
>> I'm also in search of this class.  I am using ActiveMQ version 4.1.0, and
>> I
>> don't see it anywhere in the JAR file Maven pulled down for this
>> dependency.
>>
>> Is there another dependency I should add to my pom.xml in order to get
>> the
>> right JAR which contains this class?
>>
>
>
> The JAR is packed in the RAR in lib/optional.  You have to extract it.
> Annoying, huh?
>
>
>


I've actually added the following dependency to my pom.xml and it seems to
have gotten me over the hump.

        <dependency>
            <groupId>activemq</groupId>
            <artifactId>activemq-ra</artifactId>
            <version>4.0.2</version>
        </dependency>

Here's the 4.1.0 from a maven repo...

http://people.apache.org/repo/m2-incubating-repository/org/apache/activemq/activemq-ra/4.1.0-incubator/
--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to