// Customize the test parameters.
testProps.setProperty("TEST_NAME", "DEFAULT_CIRCUIT_TEST");
testProps.setProperty(MessagingTestConfigProperties.SEND_DESTINATION_NAME_ROOT_PROPNAME, "testqueue");
// Get the test circuit factory to create test circuits and run the standard test procedure through.
CircuitFactory circuitFactory = getCircuitFactory();
// Create the test circuit. This projects the circuit onto the available test nodes and connects it up.
Circuit testCircuit = circuitFactory.createCircuit(null, testProps);
// Store the test configuration for the thread.
PerThreadSetup setup = new PerThreadSetup();
setup.testCircuit = testCircuit;
threadSetup.set(setup);