Solace Community is getting a facelift!

On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.

We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!

onException in XMLMessageListener for which endPoint?

alinaqvi
alinaqvi Member Posts: 35
   protected XMLMessageListener getXMLMsgListener() {

    return new XMLMessageListener() {

        @Override
        public void onException(JCSMPException arg0) {

           ** // Which topic is this for?**

        }

        @Override
        public void onReceive(BytesXMLMessage msg) {
         // normal message 

        }

    };
   }

Is there any way to know which topic or queue onException got invoked for?

Many Thanks,
Ali

Best Answer

Answers

This Month's Leaders

This Week's Leaders