public void writeShort(short value) throws JMSException {
   ((StreamMessage) message).writeShort(value);
 }