I created sequential convoy using MSMQ. Only dropped one message in the queue and my orchestration ran into infinite loop. If I change my port to use File adapter, there is no problem at all. Here is my orchestration. ( I inserted the image, but the forum said
- Body text cannot contain images or links until we are able to verify your account.
how to verify my account?)
When using MSMQ adapter for the port Port_SPC_SC, the Receive shape Receive_SPC always receives same message as the Receive shape Receive_SPC_Init. During the infinite loop, I checked the message queue and there were no message at all. I don't know why the same message comes in all the time.
If switched to File adapter, there is no infinite loop at all. The message just was processed once and done. Why MSMQ adapter cannot work with sequential convoy?
Thanks in advance!!!