public void testJMSConcurrency()

in component-test/src/main/java/org/apache/fineract/cn/notification/listener/TestJMS.java [42:46]


	public void testJMSConcurrency() throws InterruptedException,IOException {
		this.logger.info("Send JMS event");
		eventHelper.sendEvent(TEST,"test-tenant","payload");
		Assert.assertTrue(eventRecorder.wait(TEST,"payload"));
	}