| srini_225@yahoo.com 2005-01-18, 2:50 am |
| I had queried the MSBTS_ServiceInstanceSuspendedEvent WMI class (SELECT
* FROM MSBTS_ServiceInstanceSuspendedEvent)
and from the SuspendedID I got from the resultset , I again queried the
MSBTS_MessageInstance WMI class("Select * from MSBTS_MessageInstance
where ServiceInstanceID='"+ ServiceInstanceID).
I noticed the MessageInstanceID from the resultset I got.
I noted the MessageInstanceID in both the Send and Receive Pipeline
components that I developed.(inmsg.MessageID.ToString())
Even though the message fails in the Send Pipeline it gave me the
MessageInstanceID as that in the Receive Pipeline.
I feel because of the above observation, the context I observed is
similar even though the message fails in the send pipeline.
Can any one kindly let me know if I am missing anything ?
Thank You,
Regards
Srinivas.A
|