public Exchange createRabbitExchange(
     Envelope envelope, AMQP.BasicProperties properties, byte[] body) {
   Exchange exchange = super.createExchange();
   setRabbitExchange(exchange, envelope, properties, body);
   return exchange;
 }