Link to home
Create AccountLog in
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?

Avatar of for_yan
for_yan
Flag of United States of America image

You said you can examine the text field in Eclipse.

Is the field not accessible? (private, etc.)

Have you tried .ToString() on the object?
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.