MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  error: com.ibm.msg.client.jakarta.jms.DetailedJMSException: JMSWMQ2007: Failed to send a message to destination.

    Posted 25 days ago

    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
    ------------------------------


  • 2.  RE: error: com.ibm.msg.client.jakarta.jms.DetailedJMSException: JMSWMQ2007: Failed to send a message to destination.

    Posted 24 days ago

    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
    ------------------------------



  • 3.  RE: error: com.ibm.msg.client.jakarta.jms.DetailedJMSException: JMSWMQ2007: Failed to send a message to destination.

    Posted 24 days ago

    Hi Priyanka,

    Could you kindly confirm whether the queue Queue1 (with its exact name) exists under the specified Queue Manager? Also, please ensure that the Queue Manager is started and running.



    ------------------------------
    Vinod Cyriac
    ------------------------------