Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

Getting error There was an unexpected error while sending a message.


Rameshwar Kabra

Recommended Posts

There was an unexpected error while sending a message.

at com.tibco.plugin.share.jms.impl.JMSRequestReply.sendRequest(Unknown Source)

at com.tibco.plugin.ae.transport.jms.AEJMSPublisher.sendWithReply(Unknown Source)

 

caused by: com.tibco.plugin.share.jms.impl.JMSExceptionWrapper: javax.jms.InvalidDestinationException: Invalid destination

 

Caused by: javax.jms.InvalidDestinationException: Invalid destination

at com.tibco.tibjms.Tibjmsx.buildException(Tibjmsx.java:706)

at com.tibco.tibjms.TibjmsxSessionImp._createConsumer(TibjmsxSessionImp.java:499)

at com.tibco.tibjms.TibjmsxSessionImp._createConsumer(TibjmsxSessionImp.java:385)

at com.tibco.tibjms.TibjmsQueueSession.createReceiver(TibjmsQueueSession.java:68)

Link to comment
Share on other sites

Hi,

This typically means that the destination(queue/topic) you are trying to send a response to does not exist.

First check the queue/topic name your code is trying to send to. Ensure it is the correct one.

If your code is correct, check in your queue.conf or topic.conf files whether the required queue/topic exists. If not, create it and retry your logic.

If you are getting this error while working with dynamic queue/topic, ensure that you have a queue/topic available with the name '>' in your ems.

-Girija

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...