I know how to test an “incoming” message. Sysqueue’send sends an xml string to a channel. The service picks it up and processes it as though it had actually come from a queue.
My question is, how do I test an “outgoing” message. Specifically, if something goes wrong, I want to be able to send to an error queue. But I need to be able to test/mock this locally. Is there any documentation for this?