cancel
Showing results for 
Search instead for 
Did you mean: 

How to replace/Change the JMS MSG ID in MQ using JMS Receiver Adapter

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Experts,

I am working on File to JMS Scenario,

My Requirement i need to chnage the JMS Message ID(not XI Msg ID) Value with My custoimer specific Value,

How can i achieve this??

any valuable inputs welcome,

Thanks advance,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

you sud be able to change it using dynamic configuration

Ref: Adapter-Specific Message Properties - http://help.sap.com/saphelp_nw04/helpdata/en/10/b1b4c8575a6e47954ad63438d303e4/content.htm

JMS Message Correlation ID DCJMSCorreleationID

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Vijay,

Thanks for your reaply,we can change the value of XI MSG ID using Dynamic Configuration,

But my requirement is different ,i want to change the value of JMS MSG ID in MQ,

i need to add my Customer Specific value to that.

is it possible to change the JMS Msg ID value from PI??

Thanks,

Raj

former_member200962
Active Contributor
0 Kudos
Thanks for your reaply,we can change the value of XI MSG ID using Dynamic Configuration,

Then set the XI MSG ID and then make use of the correlation settings

From the help section:
Correlation Settings
Define the correlation settings.
·        Set JMSCorrelationID To:
¡        XI Message ID (MessageID) (default value)
¡        XI Reference ID (RefToMessageID)
¡        XI Conversation ID (ConversationID)
¡        No Value

But cant we directly make use of the ASMA to configure DCJMSCorrelationID?

Regards,

Abhishek.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Abhishek,

My Requiremnt is when i sent msg to MQ,MD qill genarate unique ID for evry message,

I need to add some customer specific number to the JMS Msg ID.

That means i need to get the JMS Msg ID value , How to read that value??

JMS Corealtion ID id different,

MQMD Msg ID = JMS Msg ID.

Thnaks,

Raj

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

solved..developed module