Link to home
Start Free TrialLog in
Avatar of basil365
basil365Flag for Ireland

asked on

MS Message Queue - obtaining body data

Hi,

I'm trying to read data from a queue that is being populated by a third party. I currently dont have any of the object types that are being used to create the data.

Is there a way of getting the data from the messages that are on the queue without deserialising to a particular type?

Thanks in advance
Avatar of basil365
basil365
Flag of Ireland image

ASKER

solved - i just cast it to a string and i can get the body content
ASKER CERTIFIED SOLUTION
Avatar of EE_AutoDeleter
EE_AutoDeleter

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial