Avatar of jkavx
jkavx

asked on 

Reading Tibco messages

I'm able to retrieve messages from a Tibco queue.  Using Eclipse and stepping through the code, I can examine a Message object and see a text field that has the contents I'm interested in.  But I'm unable to programmaticallly pick up the text field.

Does anyone know how to get the text field from a Message object?

Java

Avatar of undefined
Last Comment
Mick Barry

8/22/2022 - Mon