⟩ Tell me what can be done to avoid loss of messages in a scenario where we know beforehand unavailability of the destination system, but source system is publishing messages?
In this scenario we can stop the send port bound to the destination system. This way the messages will lie in a queue inside Messagebox. Subsequently, we can start the send port when the destination system is available.