public void send(RouteSpec routeSpec, AMQP.BasicProperties properties, Object payload) throws IOException { send( routeSpec, "", properties, getBytes( MediaTypes.withCharset(properties.getContentType(), properties.getContentEncoding()), payload)); }