* Only one thread in a session can do this at a time.
*/
protected synchronized javax.jms.Message _fetchMessage(long consumerId,
long timeout, String methodName)
throws JMSException {
JMSPacket jmsPacket = null;
javax.jms.Message jmsMsg = null;
SysMessageID messageID = null;
long xaTxnId = 0L;
if (false && this.dc.isStopped()) {
String excMsg = _lgrMID_INF+"consumerId="+consumerId+":"+