113114115116117118119120121122123
Destination d= Destination.getDestination(destination, DestType.isQueue(destType.intValue())); if (d != null) { if (DEBUG) { d.debug(); } /* * Delete message here */
106107108109110111112113114115116
Destination d= Destination.getDestination(destination, DestType.isQueue(destType.intValue())); if (d != null) { if (DEBUG) { d.debug(); } v.add(getDestinationInfo(d)); } else { errMsg= rb.getString( rb.X_DESTINATION_NOT_FOUND,
125126127128129130131132133134135
Destination d= Destination.getDestination(destination, DestType.isQueue(destType.intValue())); if (d != null) { if (DEBUG) { d.debug(); } d.load(); SysMessageID sysMsgID = SysMessageID.get(msgID);
115116117118119120121122123124125
Destination d= Destination.getDestination(destination, DestType.isQueue(destType.intValue())); if (d != null) { if (DEBUG) { d.debug(); } if (msgID != null) { d.load();