cancel
Showing results for 
Search instead for 
Did you mean: 

We are trying to send the ACK's to the legacy system using JMS adapter, MQ

Former Member
0 Kudos

MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Connector for ConnectionProfile of channel: CC_R_JMS_MATRICSToECC114_ACKon node: 203681450 having object id: ac4f4f5b61793872a403ec3ad546e979 encountered error: MQJMS2007: failed to send message to MQ queue in sending to destination queue:///TQ1E.KFCAT.DEV.ASAPTOMATMM.REMOTE?targetClient=1, the message message: JMS Message class: jms_text JMSType: null JMSDeliveryMode: 2 JMSExpiration: 0 JMSPriority: 4 JMSMessageID: null JMSTimestamp: 1188331798094 JMSCorrelationID:46d4af9f-6f63-1ef4-e100-00000a3597fc JMSDestin.

Any thoughts would be greatly appreciated.

Regards,

Srujanks

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

You cannot send ack messages to a JMS queue as ACK messages have no payload.

You have to tranform the ack message to a real message, this can be done with BPM.

Regards

Stefan