cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver message JMS with COA/COD parameter

murilo_oliveira
Discoverer
0 Kudos

Gentlemen,


I have a necessiade and still could not solve. To this end, I would kindly help from you.
I need to send a JMS message to an MQ server (so I'm already doing successfully), but now that message should have a flag to activate the COA parameters (Confirm-on-arrival) & COD (Confirm-on-delivery) , both being reports.

Unfortunately the company where I am, they do this by default setting in the MQ and need to send these "parameters" in the message that "SAP PI" sends the request.

I found a code that sends it via JAVA, but do not know how to turn it to the configuration of JMS Communication Channel.

"Tm.setIntProperty (JmsConstants.JMS_IBM_REPORT_COA, CMQC.MQRO_COA);
tm.setIntProperty (JmsConstants.JMS_IBM_REPORT_COD, CMQC.MQRO_COD); "


Thank you for your attention and availability of all colleagues.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Murilo,

Are COD and COA parameters part of MQMD Header or MQRFH2?

May be you could try to set the parameter as per note 

     2226024 - Application Identity Data field in JMS Receiver Channel

Regards

Suraj