push.put("source", localDbName);
push.put("continuous", true);
if (StringUtils.isNotEmpty(pushFilter)) {
push.put("filter", pushFilter);
}
rep_db.create(push);
}
} catch(org.ektorp.UpdateConflictException uce) {
// the entry exists already in the replicator.
} catch (Exception e) {
// something else...no replicator db