Hi there,
The error that you are seeing:
error: com.ibm.msg.client.jakarta.jms.DetailedJMSException: JMSWMQ2007: Failed to send a message to destination 'Queue1'. JMS attempted to perform an MQPUT or MQPUT1
is a top level exception indicating a message couldn't be put to the queue. It should contain some linked (or chained) exceptions which give more details about the cause of the issue (such as the MQ reason code indicating why the MQPUT or MQPUT1 failed). Is it possible to modify the application to log those, and then put the output here so that we can take a look?
Thanks!
Paul
------------------------------
Paul Titheridge
IBM MQ Development : Java Service
------------------------------
Original Message:
Sent: Wed June 11, 2025 07:56 PM
From: K Priyanka
Subject: error: com.ibm.msg.client.jakarta.jms.DetailedJMSException: JMSWMQ2007: Failed to send a message to destination.
Hello All,
I received below error on the client side. I did not see any error in amqerror log.
What is reason for below error. I am sure all the setup is same in lower environment DEV as like UAT however I am getting below in UAT:
error: com.ibm.msg.client.jakarta.jms.DetailedJMSException: JMSWMQ2007: Failed to send a message to destination 'Queue1'. JMS attempted to perform an MQPUT or MQPUT1
Thanks
KP
------------------------------
K Priyanka
------------------------------