Is there any official client jar available for connection to JBoss A-MQ ?

Solution Verified - Updated -

Issue

  • We have not found the official Client Jar's for connection to A-MQ. Where is the official download link to the Java client jar's? Is there a maven link?

  • Right now we use the following maven dependency:

        <dependency>
            <groupId>org.apache.activemq</groupId>
            <artifactId>activemq-client</artifactId>
            <version>5.9.1</version>
        </dependency>        
  • We think this is the opensource version.

  • The client connectivity guide at https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_A-MQ/6.2/pdf/Client_Connectivity_Guide/Red_Hat_JBoss_A-MQ-6.2-Client_Connectivity_Guide-en-US.pdf
    shows the repositories we need to add to our maven config, but not the artifacts we need to include for a standard JMS client.

At the moment we're using the artifacts from the apache activemq project - for example

<dependency>
                <groupId>org.apache.activemq</groupId>
                <artifactId>activemq-camel</artifactId>
                <version>5.5.1-fuse-01-13</version>
            </dependency>

We should really use a matching client for the JBoss AMQ broker. We do not wish to use the '-all' jar as it includes stuff like slf bindings which conflict with other versions we've included.

Environment

  • Red Hat JBoss A-MQ
    • 6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content