in src/main/java/deltix/ember/sample/SampleSupportTools.java [19:21]
protected static void sendRequest(Consumer<Publication> callback) throws InterruptedException {
sendRequest(callback, EmberConfig.load(true, true), System.out::println);
}