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 some ANSI C code into a project I'm working on.
i need to create a object Image from import javax.microedition.lcdui.Image; using a file .png
I need to import some Excel spreadsheets into Java objects. I will use POI
i need to import a mysql file into my access db. how do i
I need to import a database into a SQL Server instance using a batch
I need to import the .sql file of PHP myadmin into SQL Server 2008.
I try to run sample code but got some error: The import javax.microedition.contactless cannot
I need an object of javax.servlet.jsp.JspWriter in my JAVA program. I have to import
I need to import data from *.dmp file say mydump.dmp. What I'm doing is:
I need to import the multiprocessing module in Python 2.5. I've followed the instructions

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.