cancel
Showing results for 
Search instead for 
Did you mean: 

setStringProperty in JMS receiver adapter doesn't work

Former Member
0 Kudos

I want to set a property in the RFH2-header to my MQ-message but it doesn't work.

I try to do this by setting the additional JMS Parameter "JMS.Message.method.setStringProperty" but nothing happens in the resulting MQ-message.

The resulting MQ-message (the header) looks like this.

(0x01000000):MQRFH2 = (

(0x03000000):Version = 2

(0x03000000):Format = 'MQSTR '

(0x03000000):Encoding = 273

(0x03000000):CodedCharSetId = 1208

(0x03000000):Flags = 0

(0x03000000):NameValueCCSID = 1208

(0x01000000):mcd = (

(0x01000000):Msd = (

(0x02000000): = 'jms_text'

)

)

(0x01000000):jms = (

(0x01000000):Dst = (

(0x02000000): = 'queue:///SOMEQ'

)

(0x01000000):Tms = (

(0x02000000): = '1180524893525'

)

(0x01000000):Cid = (

(0x02000000): = '465c8ee5-91a5-00ae-0000-0000c0a82364'

)

(0x01000000):Dlv = (

(0x02000000): = '2'

)

)

)

Where can I expect to see my assigned property? I thought it should show up like below.

(0x01000000):usr = (

(0x01000000):MyProperty = (

(0x02000000): = 'MyValue'

)

Can somebody please help me?

regards

/Helé

Accepted Solutions (0)

Answers (1)

Answers (1)

JaySchwendemann
Active Contributor
0 Kudos

Did you solve your issue? If so, could you please share? I'm facing a similar problem.

Thanks

Cheers

Jens