We poll a database for information that acts as a trigger and that trigger is sent to a sendport that is a solicit-response port using wcf-custom sqlbinding.The response is all the infomation we actually need. We get the response back and it is
then translated and sent to another system through 2 sendports (message is sent depending on data inside the message fe status completed or started) I had forgotten to create a sendport for the statusmessages I don't want , fe status
PAUSE.
Everything is done just by routing , no orchestration.
What I see now is that for the PAUSE-status I get an error in the suspended non-resumable queue because of 'no one is listening to this message'. No problem but I would have liked to see the responsemessage in the suspended resumable queue. That way I can
reprocess them properly when my sendport/filtering is OK.
My main concern is that if valid messages end up in error for some reason (fe unenlisted a sendport) I won't be able to reprocess them after solving the problem....
What am I missing?
Kind regards Isabelledc