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 8143701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:11:19+00:00 2026-06-06T13:11:19+00:00

I am a Java beginner and, I am not really sure what JMSExceptions are

  • 0

I am a Java beginner and, I am not really sure what JMSExceptions are and what they do, everything I look up seems to be to in-depth for me to grasp what it really is. All I know is that it has something to do with the API.

Can someone explain to me what it is in simple terms?

  • 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-06-06T13:11:20+00:00Added an answer on June 6, 2026 at 1:11 pm

    A JMSException is the base type (derived from Exception) that the Java Message Service (JMS) Package API throws when it needs to communicate a exception to the consumer of the JMS Package.

    If you don’t know how to do exception handling in Java then this turorial from Sun might be a good start.

    There is good sample of how to use the JMS API and how to catch JMSExceptions here – the salient bits are:

    /**
       This method is called asynchronously by JMS when a message arrives
       at the topic. Client applications must not throw any exceptions in
       the onMessage method.
       @param message A JMS message.
     */
    public void onMessage(Message message)
    {
        TextMessage msg = (TextMessage) message;
        try {
            System.out.println("received: " + msg.getText());
        } catch (JMSException ex) {
            ex.printStackTrace();
        }
    }
    
    /**
       This method is called asynchronously by JMS when some error occurs.
       When using an asynchronous message listener it is recommended to use
       an exception listener also since JMS have no way to report errors
       otherwise.
       @param exception A JMS exception.
     */
    public void onException(JMSException exception)
    {
        System.err.println("something bad happended: " + exception);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'll preface my question by saying that I'm a beginner Java EE developer. I
I'm Java beginner, but I thought that when using try-catch-finally I don't have to
I'm sort of learning C, I'm not a beginner to programming though, I know
I apologize if this is a really beginner question, but I have not worked
I'm a beginner java developer and i'm not very confident with java world tools.
I am a beginner in Java and do not understand what if(!s.add(a)) means in
I'm a beginner java programmer. I'm working on an application that decrypts some data.
I have a list of gps positions like this: ( not even sure they
First, I have to say that I really like Groovy and all the good
For the record, I'm NOT a Java Beginner, but -- rather - an intermediate-level

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.