*
* @param remote_stream the stream to be prepared with a sender
*/
protected void prepareRemoteOutputStream(RemoteOutputStream remote_stream) {
String server_endpoint = remote_stream.getServerEndpoint();
ClientCommandSenderConfiguration config = getServiceContainer().getClientConfiguration();
// we know we only make synchronous calls with non-guaranteed commands, so disable guaranteed delivery
// setting the filename to null also ensures our sender doesn't try to access the spool file at all
config.commandSpoolFileName = null;