getLongText function returns zero-length text from jms message

Aleksey Krivenya

New Member
Hello,

could you please help me with the issue getting message text from Sonic.

I'm trying to get text messages using the getLongText function.
For all ordinary messages this function returns text successfully.

But one external system was changed recently (by an unknown way) and started to send messages which getLongText function can't process - it returns zero-length LONGCHAR.

At the same time, I've got for this message:

getMessageType: XMLMessage
getCharCount: 29557

Are there tools to find out the reason for such behavior?

oe 11.7.4
sonic 2019R3

PS Message Manager 3.2 successfullyprocesses such messages.

---
with best regards,

Aleksey Krivenya
 
Hello,

the reason is that developer put 32K into jms-property...

Message Manager can get such a large property, but jms-adapter cann't.

---
with best regards,

Aleksey Krivenya
 
Back
Top