// install our streaming pojo in our server #2
pojoImpl = new CommTestStreamPojo(this);
serviceContainer2.addRemotePojo(pojoImpl, ICommTestStreamPojo.class);
// setup the client to server #2
RemoteCommunicator comm = new JBossRemotingRemoteCommunicator("socket://127.0.0.1:" +
CommTestConstants.CONNECTOR2_BIND_PORT + "/?force_remote=true");
ClientCommandSenderConfiguration config = new ClientCommandSenderConfiguration();
config.maxConcurrent = Integer.MAX_VALUE; // let the sender send as fast as it can
config.defaultTimeoutMillis = 60000L;
config.commandSpoolFileName = null;