@Test
public void testBrokerStartAndEnqueue() {
ActiveMQueue<RerunEvent> activeMQueue = new ActiveMQueue<RerunEvent>(
BROKER_URL, DESTI);
activeMQueue.init();
RerunEvent event = new LaterunEvent("clusterName", "wfId",
System.currentTimeMillis(), 60 * 1000, "entityType",
"entityName", "instance", 0);
try{
activeMQueue.offer(event);