msg.setObject(ev);
// a consumer consumes on
// Consumer.A_PROGRESSIVE_INTEGER_ID.VirtualTopic.
BusDestination busDestination = this.registerTopic(to);
Destination tmpTopic = busDestination.getDestination();
final MessageProducer messageProducer = this.getMessageProducer();
messageProducer.send(tmpTopic, msg);
Profiler.incrementSentEvents();