Service Broker message_body error when casting binary data to xml in C#
- by TimBuckTwo
I am using Message Broker with Sql server 2008, and designing an External Activator service to consume messages from my target queue.
My Problem: Cant cast the returned message body from the SqlDataReader object:
"WAITFOR (RECEIVE TOP(1) conversation_handle, message_type_name, message_body FROM [{1}]), TIMEOUT {2}" operation, I cant cast the…