742743744745746747748749750751752
try { while (true) { Object obj = in.readObject(); stream.writeObject(obj); } } catch (EOFException e) { } catch (Exception e) { throw new JmsExceptionWrapper(e); }