|
| Hi
We have some doubt in Exception handling with MSMQT.
we have a scenario wherein we receive a flat file from a MSMQT port,transform it by using map
and transmit it to MSMQ of another m/c.
While transmiting we initialize a correlation set inorder to correlate the response of this transmit.
The send shape and receive shape for sending the message and receiving the response message are 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 object 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
|
|