cancel
Showing results for 
Search instead for 
Did you mean: 

How to set ApplIndentityData header field in JMS adapter

Former Member
0 Kudos

Hi Guys ,

I have one requirement for update the field in SAP JMS header. I am using transport protocol for IBM Websphere MQ in JMS adapter.

While sending data to IBM Websphere MQ Queue via JMS Adapter, need to set the field called ApplIndentityData with the appropriate value which is populate to a MQHRF2 header of a message.

So, regarding that where will do it? Means JMS receiver adapter or IBM MQ level. If JMS receiver adapter, I think using ASMA, So please guide me how to set this filed value in JMS adapter or share any document you have.

Thanks & regards

Vijaykumar S

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

check my below blog

Former Member
0 Kudos

Hi RejaSekar,

I reffered your blog and did the below settings in JMS module and ASMA settings.

1) Changed the mode for u201CJMS-Complaintu201D instead of u201CWebsphere MQ(non JMS)u201D

2) Additional JMS message properties tab created below property name and java type.

LocalName --> String

Partname --> String

3) In module parameter tab added the below module name and key

AF_Modules/DynamicConfigurationBean --> LocalEnterpriseBean --> RFH2HEADER

4) Under parameter Tab

RFH2HEADER --> key.0 --> insert http://sap.com/XI/System/JMS DCJMSMessageProperty0

RFH2HEADER --> key.1 --> insert http://sap.com/XI/System/JMS DCJMSMessageProperty0

RFH2HEADER --> value.0 --> LocalName

RFH2HEADER --> value.1 --> PartnerName

Kindly check the above settings whether this is correct or wrong. If anything wrong please let me know what we need to change JMS receiver adapter.

Actually my requirement is need to set these parameters and set the value to that parameters and pass in to /usr folder of a WebsphereMQ message.

Kindly check and help me out.

Thanks & regards

Vijayakumar S

rajasekhar_reddy14
Active Contributor
0 Kudos

check with MQ team and run interface end to end.

Answers (0)