Rameshwar Kabra Posted May 24, 2019 Share Posted May 24, 2019 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 More sharing options...
Girija Waghmare Posted May 27, 2019 Share Posted May 27, 2019 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now