07-29-04 12:50 PM
Hi
We have some doubt in Expection handling with MSMQT.
we have a scenario wherein we receive a flat file from a MSMQT port,transfor
m it by using map
and transmit it to MSMQ of another m/c.
While transmiting we initialize a correlation set inorder to correlate the r
esponse of this transmit.
The send shape for sending the message and receiving the response message ar
e in same scope shape.
We have added a exception handler to this scope shape which handles System.
Exception and which transmit the original message to temporary folder.
Orchestration works fine and we get desired output.
BUt if we remove the network code from the m/c(so that it cannot access the
MSMQ of another m/c) the send should fail and
message should be transmited to temp folder.
The orchestration consumes the input file but doesn't raise an exception.No
error are seen in event log also.
we also tried DeliveryFailure Exception,general exception in the exception o
bject type.
Send port as delivery notification property =Trasmitted.
Number of retry=0
Why there are no error's in eventlog ???
why this exception is not handled ??
Regards
Amit
[ Post a follow-up to this message ]
|