} else {
table.put("nacks", new Integer(tl.retrieveNRemoteConsumedMessages(id)));
}
table.put("state", new Integer(ts.getState()));
ConnectionUID cuid = ts.getConnectionUID();
if (cuid != null) {
table.put("connectionid", new Long(cuid.longValue()));
}
TransactionBroker homeBroker = tl.getRemoteTransactionHomeBroker(id);
String homeBrokerStr = "";
if (homeBroker != null) {