public int getJMSPriority() throws JMSException {
   return message.getPriority();
 }