Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6024469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:09:35+00:00 2026-05-23T04:09:35+00:00

I need to import javax.jms.* classes. What is the right dependency to include into

  • 0

I need to import javax.jms.* classes. What is the right dependency to include into a Maven project? I’m trying javax.jms:jms:1.1, but no luck (it’s pom, not jar).

ps. The only workaround I’ve found so far is: javax:javaee-api:6.0 (from Maven Central).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:09:36+00:00Added an answer on May 23, 2026 at 4:09 am

    In ActiveMQ as well as some other projects like Qpid JMS we pull in the JMS spec classes from Apache Geronimo JARs, the 1.1 APIs are available in this dependency:

      <dependency>
        <groupId>org.apache.geronimo.specs</groupId>
        <artifactId>geronimo-jms_1.1_spec</artifactId>
        <version>1.1.1</version>
      </dependency>
    

    For JMS 2 APIs you’d need to use a different dependency, for instance

      <dependency>
        <groupId>org.apache.geronimo.specs</groupId>
        <artifactId>geronimo-jms_2.0_spec</artifactId>
        <version>1.0-alpha-2</version>
      </dependency>
    

    These are both Apache 2.0 licensed dependencies.

    Now that things have moved on to the Jakarta API versions of the JMS Specifications the options for JMS API jars have shifted.

    The basic Jakarta JMS 2.0 API that is API compatible with legacy JMS 2.0 APIs can be found here.

    <dependency>
       <groupId>jakarta.jms</groupId>
       <artifactId>jakarta.jms-api</artifactId>
       <version>2.0.3</version>
    </dependency>
    

    New Jakarta Messaging APIs in the 3.x series can be pulled in from here, ActiveMQ 6.0+ brokers have migrated to Jakarta:

    <dependency>
        <groupId>jakarta.jms</groupId>
        <artifactId>jakarta.jms-api</artifactId>
        <version>3.1.0</version>
    </dependency>
    

    Another option which is not Apache licensed is here as others have pointed out.

    <dependency>
        <groupId>javax.jms</groupId>
        <artifactId>javax.jms-api</artifactId>
        <version>2.0.1</version>
    </dependency>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to import a csv file into Firebird and I've spent a couple
I need to import largish (24MB) text files into a MySQL table. Each line
I need to import a large CSV file into an SQL server. I'm using
I need to import all ad groups in a few OUs into a table
I have a PDF file, which contains data that we need to import into
I need to be able to import an IIF file into a QuickBooks 2008
i need to create a object Image from import javax.microedition.lcdui.Image; using a file .png
I need to import a huge csv data file (6880 columns) and I need
I'm using Grails 1.1 beta2. I need to import a large amount of data
I'm still fairly new to T-SQL and SQL 2005. I need to import a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.