testProps.setProperty(TRANSACTED_PUBLISHER_PROPNAME, false);
testProps.setProperty(PUBSUB_PROPNAME, true);
// Send one message with no errors.
CircuitFactory circuitFactory = getCircuitFactory();
Circuit testCircuit = circuitFactory.createCircuit(getConnection(), testProps);
assertNoFailures(testCircuit.test(1,
assertionList(((AMQPPublisher) testCircuit.getPublisher()).noExceptionsAssertion(testProps))));
}