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?
Does anyone know how to get the text field from a Message object?
You said you can examine the text field in Eclipse.
Is the field not accessible? (private, etc.)
Have you tried .ToString() on the object?
Is the field not accessible? (private, etc.)
Have you tried .ToString() on the object?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
I guess it should be in the TIBCO API, which you can find here (if you have login)
http://docs.tibco.com/sso/Login.jsp?service=http%3A%2F%2Fdocs.tibco.com%2FTibcoDoc%2Fpubslib%2Findex.htm
or download form here:
http://www.tibcommunity.com/servlet/JiveServlet/download/48969-63614/javadoc.zip