Logger.info("RabbitMQ Consumer Actor: %s", o);
// Check Message Type
if ( o instanceof ElasticSearchIndexEvent ) {
// Get Index Event
ElasticSearchIndexEvent indexEvent = (ElasticSearchIndexEvent)o;
// Fire Index Action
ElasticSearchIndexAction indexAction = new ElasticSearchIndexAction();
indexAction.invoke(indexEvent);