private final String topic = "test";
@Test
public void sendConsume() throws Exception {
SimpleFetchManager.setMessageIdCache(new ConcurrentLRUHashMap());
this.createProducer();
this.producer.publish(this.topic);
List<MetaMessageSessionFactory> sessionFactories = new ArrayList<MetaMessageSessionFactory>();
final CountDownLatch latch = new CountDownLatch(6);
try {