source.sendPayload("hello");
Object result = sink.receivePayload(1000);
assertEquals("hello", result);
source.unbind();
sink.unbind();
}
@Override
protected Map<String, String> onDemandProperties() {
return Collections.singletonMap("module.router.producer.deliveryMode", "NON_PERSISTENT");